RosettaCodeData/Task/Closures-Value-capture/LFE/closures-value-capture-1.lfe
2023-07-01 13:44:08 -04:00

2 lines
101 B
Text

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