installer

 

CommandLineExample2-alt

Page history last edited by keith 1 yr ago

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

].

Comments (0)

You don't have permission to comment on this page.