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

3 lines
75 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
define: #function -> [| :x | x * 3 - 1].
#(1 1 2 3 5 8) collect: function.