3 lines
71 B
Smalltalk
3 lines
71 B
Smalltalk
|
|
st> 'Abc' permutations contents
|
||
|
|
('bcA' 'cbA' 'cAb' 'Acb' 'bAc' 'Abc' )
|