printCompilerMessage (message --)message: Known Text printed during compilation.It prints one known Text message and appends one line-feed. Only the supplied message is consumed.
{} 0 {} [
1
"hello" printCompilerMessage
"" printCompilerMessage
"world" printCompilerMessage
printStack _:;
0
] "main" exportFunction
hello
world
1
failCompilation builtin (--) Aborts compilation immediately.getCallTrace builtin (-- callTrace) Returns a Ref to the current call trace, or NIL when unavailable.printStack builtin (--) Prints the current data stack in canonical formatter form; it does not itself pop stack values.printStackTrace builtin (--) Prints the current scope stack as file path, line, column, and node source text information.raiseStaticError builtin (message --) Raises a compile-time error with the given known Text message.