RosettaCodeData/Task/Closures-Value-capture/LFE/closures-value-capture-1.lfe
2016-12-05 23:44:36 +01:00

2 lines
101 B
Text

> (set funcs (list-comp ((<- m (lists:seq 1 10)))
(lambda () (math:pow m 2))))