aboutsummaryrefslogtreecommitdiff
path: root/test/arrays.tm
AgeCommit message (Expand)Author
2024-04-28Syntax tweak: use ':' for blocksBruce Hill
2024-04-19Add heapify(), heap_push(), and heap_pop()Bruce Hill
2024-04-12Introducing the main() functionBruce Hill
2024-04-02Add test for array:sample()Bruce Hill
2024-04-02Add array:sorted()Bruce Hill
2024-04-02Add comparison operator <> and array method to sort by a customBruce Hill
2024-03-26Add array:reversed()Bruce Hill
2024-03-17Add tests for nested comprehensionsBruce Hill
2024-03-17Add conditional loop comprehensionBruce Hill
2024-03-17More array testsBruce Hill
2024-03-14Bugfix for loopingBruce Hill
2024-03-07Tweaking array testsBruce Hill
2024-02-25Add tests for '#' on collectionsBruce Hill
2024-02-24Rename file extensionsBruce Hill