RosettaCodeData/Task/Even-or-odd/Plain-English/even-or-odd.plain
2023-07-01 13:44:08 -04:00

6 lines
152 B
Text

To run:
Start up.
If 56 is even, write "56 is even!" to the console.
If 4 is odd, write "4 is odd!" to the console.
Wait for the escape key.
Shut down.