##Hoon , 13 bytes##
(cury gulf 1)
++gulf returns a list containing the numbers from a to b. Returned a curried function with 1 for a.
Usage:
> %. 9
(cury gulf 1)
~[1 2 3 4 5 6 7 8 9]
Hoon , 13 bytes
(cury gulf 1)
++gulf returns a list containing the numbers from a to b. Returned a curried function with 1 for a.
Usage:
> %. 9
(cury gulf 1)
~[1 2 3 4 5 6 7 8 9]
##Hoon, 13 bytes##
(cury gulf 1)
++gulf returns a list containing the numbers from a to b. Returned a curried function with 1 for a.
Usage:
> %. 9
(cury gulf 1)
~[1 2 3 4 5 6 7 8 9]