4 lines
88 B
Text
4 lines
88 B
Text
(setq FunList
|
|
(make
|
|
(for @N 10
|
|
(link (curry (@N) () (* @N @N))) ) ) )
|