Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Current »

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

  • No labels