RosettaCodeData/Task/Empty-string/Plain-English/empty-string.plain

8 lines
194 B
Plaintext

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.