RosettaCodeData/Task/Permutations/11l/permutations.11l

6 lines
71 B
Plaintext

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