mitranim opened this issue 10 years ago · 0 comments
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:
#
arguments
Array
{return #}
equivalent to:
(fn ...x x)