sumim #2608(2007/08/29 03:40 GMT) [ Smalltalk ] Rating0/0=0.00
1 2 3 4 5 6
| input | input := 'abracadabra'. World findATranscript: nil. 1 to: input size do: [:len | Transcript cr; show: (String new: input size - len withAll: $ ). (input last: len) do: [:each | Transcript show: each] separatedBy: [Transcript space]]
Rating0/0=0.00-0+
[ reply ]
sumim
#2608()
[
Smalltalk
]
Rating0/0=0.00
Rating0/0=0.00-0+
[ reply ]