riff
riff copied to clipboard
Add builtin functions for table operations
- [ ]
min()
/max()
- [ ]
sum()
- [ ]
sort()
- [ ]
select()
- [ ]
push()
/pop()
(dequeue()
?) - [ ]
pack()
Note that whenever closures are implemented (#22), sort()
should be refactored to take a user-defined function as an optional argument