initial attempt change functions to intrinsic type

This commit is contained in:
2026-01-24 08:57:20 -06:00
parent d8b13548d2
commit 20f10ab887
3 changed files with 427 additions and 153 deletions

View File

@@ -162,6 +162,10 @@ globalThis.log = function(name, args) {
}
}
log.console(
'hello'
)
function disrupt(err)
{
if (is_function(err.toString)) {