RosettaCodeData/Task/String-case/Plain-English/string-case.plain

12 lines
251 B
Plaintext

To run:
Start up.
Put "alphaBeta" into a string.
Uppercase the string.
Write the string to the console.
Lowercase the string.
Write the string to the console.
Capitalize the string.
Write the string to the console.
Wait for the escape key.
Shut down.