minilangΒΆ

fun backtrace()

TBD

fun clock()

TBD

fun halt(Code?: integer)

Causes the current process to exit with optional exit code Code or 0 if omitted.

fun locale(): string

TBD

fun now()

TBD

fun print(Values: any, ...): nil

Prints Values to standard output, converting to strings if necessary.