RosettaCodeData/Task/String-case/Oz/string-case-1.oz

6 lines
117 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
declare
Str = "alphaBETA"
in
{System.showInfo {Map Str Char.toUpper}}
{System.showInfo {Map Str Char.toLower}}