/
Numbers
Numbers
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.
, multiple selections available,
Related content
Arithmetic Expressions
Arithmetic Expressions
More like this
Identifiers
Identifiers
More like this
Conditional Expressions
Conditional Expressions
More like this
Extended Quoting
Extended Quoting
More like this
Using Optional and Named Parameters
Using Optional and Named Parameters
More like this
Copyright Picolabs | Licensed under Creative Commons.