Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • print o: Prints the value of o.GetInt()
  • i%=o: Assigns the integer i% the value of o.GetInt().
  • k=o: Presumably k is automatically typed, so it becomes another reference to the roInt   o.
  • o=5: This is NOT the same as o.SetInt(5). Instead it releases o, changes the type of o 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:

...