4 lines
93 B
Text
4 lines
93 B
Text
templates factorial
|
|
when <=0> do 1 !
|
|
when <0..> $ * ($ - 1 -> factorial) !
|
|
end factorial
|