2013-10-15 11:17:36 -04:00
|
|
|
math
|
|
|
|
----
|
|
|
|
|
|
|
|
Mathematical expressions.
|
|
|
|
|
|
|
|
::
|
|
|
|
|
|
|
|
math(EXPR <output variable> <math expression>)
|
|
|
|
|
2015-06-04 22:51:22 +01:00
|
|
|
``EXPR`` evaluates mathematical expression and returns result in the
|
2013-10-15 11:17:36 -04:00
|
|
|
output variable. Example mathematical expression is '5 * ( 10 + 13
|
|
|
|
)'. Supported operators are + - * / % | & ^ ~ << >> * / %. They have
|
|
|
|
the same meaning as they do in C code.
|