RosettaCodeData/Task/Factorial/PicoLisp/factorial-2.l
2015-02-20 00:35:01 -05:00

2 lines
41 B
Text

(de fact (N)
(apply * (range 1 N) ) )