Open transcript window "test code follows"
Count Down
10 to: 5 by: -1 do: [:n |
Transcript show: n; show:'.'.
(Delay forSeconds: 1) wait
].
5 to: 0 by: -1 do: [:n |
Transcript show: n; show:'.'.
(Delay forSeconds: 1) wait
].
Page Information
|
Wiki Information |
Recent PBwiki Blog Posts |