Builtins

Functions supplied directly by the compiler and VM runtime.

Builtin namespaces are supplied by the compiler and VM. Global functions require no import; named namespaces use declarations such as use math;.

This section documents 99 public functions.

Modules

ModuleFunctionsDescription
Global functions19Language-level builtins and default output functions available without an import.
bytes9Binary bytes builtin namespace.
io8I/O builtin namespace.
re5Regex builtin namespace.
json2JSON builtin namespace.
jit8JIT control builtin namespace.
math46Numeric math builtin namespace.
runtime2Default controls for sleeping and terminating the current VM invocation.