RosettaCodeData/Task/Permutations/11l/permutations.11l
2023-07-01 13:44:08 -04:00

5 lines
71 B
Text

V a = [1, 2, 3]
L
print(a)
I !a.next_permutation()
L.break