RosettaCodeData/Task/Closures-Value-capture/Red/closures-value-capture.red

5 lines
76 B
Text
Raw Permalink Normal View History

2018-06-22 20:57:24 +00:00
funs: collect [repeat i 10 [keep func [] reduce [i ** 2]]]
>> funs/7
== 49