String case: Difference between revisions

Add Plain English
m (→‎{{header|Wren}}: Library name change.)
(Add Plain English)
Line 2,020:
uvc := UPPER(vc); -- 'ALPHABETA'
end; </lang>
 
=={{header|Plain English}}==
<lang plainenglish>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.</lang>
{{out}}
<pre>
ALPHABETA
alphabeta
Alphabeta
</pre>
 
=={{header|Pop11}}==
1,827

edits