12 lines
239 B
Text
12 lines
239 B
Text
To run:
|
|
Start up.
|
|
Demonstrate do-while.
|
|
Wait for the escape key.
|
|
Shut down.
|
|
|
|
To demonstrate do-while:
|
|
Bump a counter.
|
|
Convert the counter to a string.
|
|
Write the string on the console.
|
|
If the counter is evenly divisible by 6, exit.
|
|
Repeat.
|