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