5 lines
136 B
Text
5 lines
136 B
Text
|
|
declare
|
||
|
|
[StringX] = {Link ['x-oz://system/String.ozf']}
|
||
|
|
in
|
||
|
|
{System.showInfo {StringX.capitalize "alphaBETA"}} %% prints "AlphaBETA"
|