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