RosettaCodeData/Task/Permutations/Smalltalk/permutations-3.st

3 lines
71 B
Smalltalk
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
st> 'Abc' permutations contents
('bcA' 'cbA' 'cAb' 'Acb' 'bAc' 'Abc' )