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

6 lines
117 B
Text
Raw Permalink Normal View History

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