Skip to content

v1.1

Compare
Choose a tag to compare
@bayerf42 bayerf42 released this 27 Nov 11:17
· 240 commits to main since this release

Added varargs.

The last parameter in a function may be prefixed by .. and will receive a list of remaining arguments when being called.
OTOH, when calling a function, the .. prefix splices a list as arguments onto the stack.