RosettaCodeData/Task/Higher-order-functions/Slate/higher-order-functions.slate

3 lines
75 B
Text
Raw Permalink Normal View History

2013-04-10 22:43:41 -07:00
define: #function -> [| :x | x * 3 - 1].
#(1 1 2 3 5 8) collect: function.