12 lines
251 B
Text
12 lines
251 B
Text
|
|
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.
|