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