5 lines
39 B
Text
5 lines
39 B
Text
|
|
: FACTORIAL
|
||
|
|
1 SWAP
|
||
|
|
1 + 1 DO
|
||
|
|
I * LOOP ;
|