RosettaCodeData/Task/Factorial/Oforth/factorial-2.fth
2023-07-01 13:44:08 -04:00

1 line
38 B
Forth

: fact | i | 1 swap loop: i [ i * ] ;