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

3 lines
72 B
Smalltalk
Raw Permalink Normal View History

2013-04-10 23:57:08 -07:00
(1 to: 4) permutationsDo: [ :x |
Transcript show: x printString; cr ].