/ Published in: SmallTalk
Note that this uses the to:do: method of Number
Expand |
Embed | Plain Text
1 to: 10 do: [ :element | Transcript show: element; cr ].
You need to login to post a comment.
Note that this uses the to:do: method of Number
1 to: 10 do: [ :element | Transcript show: element; cr ].
You need to login to post a comment.