expr
Expressions: mathematical, string comparisons, logical operators
expr: expression -> <stdout>
Order of operations:
» 3 * (3 + 1)
12
JSON array:
» %[apples oranges grapes]
[
"apples",
"oranges",
"grapes"
]
=
(arithmetic evaluation): Evaluate a mathematical function (deprecated)let
: Evaluate a mathematical function and assign to variable (deprecated)set
: Define a local variable and set it’s valueThis site's content is rebuilt automatically from murex's source code after each merge to the master
branch. Downloadable murex binaries are also built with the website.
Last built on Tue Jan 31 12:58:18 UTC 2023 against commit c6bc4d8c6bc4d8f96c958dcb16d78e66d89468aef288078.
Current version is which has been verified against 13941 tests cases.