Inline expressions
Expressions can be inlined via parenthesis. For example:
» echo (1 + 2)
3
The opening brace has to be the first character of that parameter, otherwise that parameter will be treated like a string.
» echo 1+(1 + 2)
1+(1 + 2)
expr:
Expressions: mathematical, string comparisons, logical operatorsecho: Print a string to the stdout with a trailing new
line characterThis document was generated from gen/parser/expr-inlined_doc.yaml.
This 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 Fri Oct 24 08:59:31 UTC 2025 against commit e59ab49e59ab49e1628d8546d2ad8ce5eb1150445f6a940.
Current version is 7.1.4143 (unknown) which has been verified against tests cases.