RosettaCodeData/Task/Loops-Do-while/Plain-English/loops-do-while.plain
2023-07-01 13:44:08 -04:00

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.