Skip to main content
We’ve updated our Terms of Service. A new AI Addendum clarifies how Stack Overflow utilizes AI interactions.
Code Golf

Return to Answer

Commonmark migration
Source Link

##Hoon , 13 bytes##

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]
Source Link

##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]

AltStyle によって変換されたページ (->オリジナル) /