User talk:Chunes: Difference between revisions

m
Line 25:
:Another (weird?) way you could go with it is just embrace mutating a single argument.
:<lang plainenglish>To factorialize a number:
If the number is 0, bump the number; exit.
If the number is 1, exit.
Put the number minus 1 into another number.
Factorialize the other number.
1,808

edits