...
print o
: Prints the value ofo.GetInt()
i%=o
: Assigns the integeri%
the value ofo.GetInt().
k=o
: Presumablyk
is automatically typed, so it becomes another reference to the roInto.
o=5
: This is NOT the same aso.SetInt(5)
. Instead it releaseso
, changes the type ofo
to roINT32 (o
is automatically typed), and assigns it to 5.
...
Returns the integer value as a string. A space is not appended to the front for positive numbers.
ifFloat
roFloat contains the the ifFloat interface, which provides the following:
...