3 lines
77 B
Text
3 lines
77 B
Text
(var funcs (for x (range 11) #(* x x)))
|
|
|
|
[(0 funcs) ((3 funcs)) ((4 funcs))]
|