Permutations: Difference between revisions

m
→‎numbers: added whitespace. -- ~~~~
m (→‎numbers: changed highlighting in the header section. -- ~~~~)
m (→‎numbers: added whitespace. -- ~~~~)
Line 2,228:
/*populate the first permuatation*/
do pop=1 for n; @.pop=pop ; end; call tell n
 
do while nextperm(n,0); call tell n; end
exit /*stick a fork in it, we're done.*/