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