// Instruction Example : float number.abs.get (float)
screen
.resolution
.set
(
512
,
384
)
%MyNumber
=
number
.abs
.get
(
-
12.58
)
text
.display
(
"My data is : -12,58. My result is : "
+
text
.convert
(
%MyNumber
)
,
CENTER
,
CENTER
)
text
.display
(
"Press a key to exit."
,
CENTER
,
350
)
keyboard
.wait
(
)
script
.stop
(
)