Prelude
The prelude is auto-included for normal programs.
Directly available helpers currently include:
printppwarnexitcwdargvgetEnvsleep
It also exposes the core type tokens and primitive method namespaces:
StringNumberArrayHashBoolObjectClassModuleFunction
Example:
print(cwd())
sleep(1)
'hello'.startsWith('he')