aboutsummaryrefslogtreecommitdiff
path: root/docs/functions.md
AgeCommit message (Expand)Author
2025-03-17Switch types to use wordier syntax `[T]` -> `List(T)` etcBruce Hill
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