RosettaCodeData/Task/Permutations/J/permutations-2.j

18 lines
192 B
Plaintext

perms 2
0 1
1 0
Perms 'abc'
abc
acb
bac
bca
cab
cba
Perms&.;: 'some random text'
some random text
some text random
random some text
random text some
text some random
text random some