aboutsummaryrefslogtreecommitdiff
path: root/docs/functions.md
AgeCommit message (Collapse)Author
2025-11-29Update docsBruce Hill
2025-09-21Use colons instead of '=' for tables (e.g. {1: 2})Bruce Hill
2025-04-06Update syntax in docsBruce Hill
2025-04-06Change method calls to use `foo.baz()` instead of `foo:baz()`Bruce Hill
2025-04-04First working compile of refactor to add explicit typing to declarationsBruce Hill
and support untyped empty collections and `none`s
2025-01-12Change table syntax to `{key=value}` and `{:K,V}`/`{K,V}`Bruce Hill
2024-11-30Bring back `table[key]` syntaxBruce Hill
2024-11-03Add RNGs to the languageBruce Hill
2024-10-09Change function syntax from `func(args)->ret` to `func(args -> ret)`Bruce Hill
2024-08-19Document functionsBruce Hill