Stdlib and Built-ins
This is the quick lookup page for the built-in FScript surface.
Modules
Top-level built-ins
Native types
Core built-in groups
List.*Option.*Map.*String.*- parsing helpers:
Int.tryParse,Float.tryParse,Bool.tryParse - scalar formatters:
Int.toString,Float.toString,Bool.toString - environment types/values:
Environment,FsKind,Env - top-level functions:
print,ignore
Runtime extern families
Fs.*filesystem utilitiesJson.*Xml.*Regex.*- hashing and GUID helpers
Use the Stdlib pages for complete module-by-module function reference, and the native types page for language-level access forms such as list[index] and map["key"].