3 lines
41 B
Text
3 lines
41 B
Text
|
|
(de fact (N)
|
||
|
|
(apply * (range 1 N) ) )
|