RosettaCodeData/Task/Higher-order-functions/Slate/higher-order-functions.slate
Ingy döt Net d066446780 langs a-z
2013-04-10 22:43:41 -07:00

2 lines
75 B
Text

define: #function -> [| :x | x * 3 - 1].
#(1 1 2 3 5 8) collect: function.