14 lines
344 B
Plaintext
14 lines
344 B
Plaintext
To run:
|
|
Start up.
|
|
Demonstrate continue.
|
|
Wait for the escape key.
|
|
Shut down.
|
|
|
|
To demonstrate continue:
|
|
If a counter is past 10, exit.
|
|
Convert the counter to a string.
|
|
Write the string on the console without advancing.
|
|
If the counter is evenly divisible by 5, write "" on the console; repeat.
|
|
Write ", " on the console without advancing.
|
|
Repeat.
|