jisp
jisp copied to clipboard
`#` notation
ToDo implement the # notation. It needs to be equivalent to arguments but be a true Array. In other words, like a rest parameter for all passed arguments:
{return #}
equivalent to:
(fn ...x x)