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

6 lines
71 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
V a = [1, 2, 3]
L
print(a)
I !a.next_permutation()
L.break