Open transcript window

Transcript open.


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
].



Page Information

  • 7 months ago [history]
  • View page source
  • You're not logged in
  • No tags yet learn more

Wiki Information

Recent PBwiki Blog Posts