// Instruction Example : string text.upper.convert (string)
screen
.resolution
.set
(
512
,
384
)
screen
.set
(
BACK
)
pattern
.display
(
"avo\bubble.gif"
)
screen
.end
(
)
text
.display
(
text
.upper
.convert
(
"Hello world"
)
,
CENTER
,
CENTER
)
text
.display
(
"Press a key to exit."
,
CENTER
,
350
)
keyboard
.wait
(
)
script
.stop
(
)