Permutations: Difference between revisions

m
→‎{{header|Langur}}: changed for loop control to use for ... in
m (→‎{{header|Langur}}: changed for loop control to use for ... in)
Line 3,737:
var (.i, .j)
 
for .c =in 1; .c <to .size; .c += -1 {
.i = .n - 1
.j = .n
990

edits