Versions Compared

Key

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

KRL supports integer and real values. A negative number is created by prepending the minus sign (-) to a number in the usual fashion. KRL does not support exponential (scientific) notation.

Strings that represent numbers can be cast (coerced) to a number using the as() operator