sumim #97(2007/07/04 04:58 GMT) [ Smalltalk ] Rating0/0=0.00
1 2 3 4 5 6 7
| n | n := 4. Transcript open. 0 to: n - 1 do: [:idx | Transcript cr; show: (String new: n - idx - 1 withAll: $ ); show: (String new: idx * 2 + 1 withAll: $*)]
Rating0/0=0.00-0+
[ reply ]
sumim
#97()
[
Smalltalk
]
Rating0/0=0.00
| n | n := 4. Transcript open. 0 to: n - 1 do: [:idx | Transcript cr; show: (String new: n - idx - 1 withAll: $ ); show: (String new: idx * 2 + 1 withAll: $*)]Rating0/0=0.00-0+
[ reply ]