2 lines
101 B
Text
2 lines
101 B
Text
> (set funcs (list-comp ((<- m (lists:seq 1 10)))
|
|
(lambda () (math:pow m 2))))
|