5 'wait ' print. secs print. ' seconds.' printNl.
11 [ count > 0 ] whileTrue: [
13 self nextAlarm: (count * 2).
14 System eventWaitFor: 1.
17 'ALARM complete' printNl.
18 System userBreakSignal.
29 System isWindows "true" ifTrue: [
30 'windoze eats shit!' printNl.
32 System newProcessGroupWith: (Process newWithMethod: #run class: Test new).