Number expressions
A number expression uses operators plus (+), minus (-), multiply (*), divide (/) and modulus (%), as well as parenthesis (). For example:
set-number
n1 =
10
+(
4
*n2-
5
)%
3
Copied!
You can use number expressions anywhere number is expected as an input to any statement.
See also
Numbers
number-expressions
number-string
set-number
string-number
See all
documentation
Copyright
(c) 2019-2024 Gliim LLC. All contents on this web site is "AS IS" without warranties or guarantees of any kind.