aboutsummaryrefslogtreecommitdiff
path: root/test/functions.tm
AgeCommit message (Collapse)Author
2025-07-11Use `assert` more in tests to give better error messagesBruce Hill
2025-04-06No more colons for blocksBruce Hill
2024-10-09Change function syntax from `func(args)->ret` to `func(args -> ret)`Bruce Hill
2024-04-28Syntax tweak: use ':' for blocksBruce Hill
2024-04-12Introducing the main() functionBruce Hill
2024-03-09Add function/caching testBruce Hill