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