RosettaCodeData/Task/Factorial/TransFORTH/factorial.transforth
2017-09-25 22:28:19 +02:00

4 lines
39 B
Text

: FACTORIAL
1 SWAP
1 + 1 DO
I * LOOP ;