Skip to main content
Version: Next

Stdlib and Built-ins

The complete standard library documentation now lives in the dedicated Stdlib section of this manual.

Start here:

This page summarizes how stdlib and runtime externs differ.

Core built-in groups

  • List.*
  • Option.*
  • Map.*
  • String.*
  • parsing helpers: Int.tryParse, Float.tryParse, Bool.tryParse

Runtime extern families

  • Fs.* filesystem utilities
  • Json.*
  • Xml.*
  • Regex.*
  • hashing and GUID helpers

print

print "hello"

Use print for quick script output and debugging.