Stdlib and Built-ins
The complete standard library documentation now lives in the dedicated Stdlib section of this manual.
Start here:
- Stdlib Overview
- List Module
- Option Module
- Map Module
- String Module
- Int, Float, Bool Modules
- Stdlib Recipes
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 utilitiesJson.*Xml.*Regex.*- hashing and GUID helpers
print
print "hello"
Use print for quick script output and debugging.