4 lines
76 B
Text
4 lines
76 B
Text
funs: collect [repeat i 10 [keep func [] reduce [i ** 2]]]
|
|
|
|
>> funs/7
|
|
== 49
|