Open transcript window
Count Down
Transcript show: 'Main...'.
10 to: 5 by: -1 do: [:n |
Transcript show: n; show:'.'.
(Delay forSeconds: 1) wait
].
"test code follows"
Transcript show: 'Testing...'.
5 to: 0 by: -1 do: [:n |
Transcript show: n; show:'.'.
(Delay forSeconds: 1) wait
].
Comments (0)
You don't have permission to comment on this page.