5 lines
117 B
Text
5 lines
117 B
Text
declare
|
|
Str = "alphaBETA"
|
|
in
|
|
{System.showInfo {Map Str Char.toUpper}}
|
|
{System.showInfo {Map Str Char.toLower}}
|