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

12 lines
251 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
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.