// Instruction Example : float number.atan.get (float)
screen
.resolution
.set
(
512
,
384
)
!MyNumber
=
number
.atan
.get
(
0.89
)
text
.display
(
"My data is : 0,89. My result is : "
+
text
.convert
(
!MyNumber
,
"####.##"
)
,
CENTER
,
CENTER
)
text
.display
(
"Press a key to exit."
,
CENTER
,
350
)
keyboard
.wait
(
)
script
.stop
(
)