v1.1
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.
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.