4 lines
87 B
Text
4 lines
87 B
Text
|
|
string := "alphaBETA";
|
||
|
|
string->ToUpper()->PrintLine();
|
||
|
|
string->ToLower()->PrintLine();
|