RosettaCodeData/Task/Empty-string/Plain-English/empty-string.plain
2023-07-01 13:44:08 -04:00

7 lines
194 B
Text

To run:
Start up.
Put "" into a string.
If the string is blank, write "Empty!" on the console.
If the string is not blank, write "Not empty!" on the console.
Wait for the escape key.
Shut down.