minilang¶
fun clock()TBD
fun halt(Code?: integer)Causes the current process to exit with optional exit code
Codeor0if omitted.fun locale(): stringTBD
fun now()TBD
fun print(Values: any, ...): nilPrints
Valuesto standard output, converting to strings if necessary.fun mlconsole(Arg₁: integer)TBD
fun mlresumestate(Arg₁: string)TBD
fun mlsavestate(Arg₁: string)TBD