Reference

Types

Generated from LANGUAGE.md at bf2cba0, 2026-08-22.

TypeKeywordDescription
IntegernumberWhole numbers
FloatfloatFloating-point numbers (64-bit IEEE 754)
StringtextText strings
Booleanbooleantrue or false
ListlistCollection of items
MapmapKey/value collection (JSON object; text keys)
BufferbufferMemory block for I/O (dynamic or fixed-size)
FilefileFile descriptor handle (auto-cleaned)
TimetimeDate/time value (unix timestamp with components)
TimertimerStopwatch for measuring durations
Thingthing (contextual)User-defined composite value type — see Things