false
Returns a
false
value
Returns a false
value.
false -> <stdout>
By default, false
also outputs the term “false”:
» false
false
However you can suppress that with the silent flag:
» false -s
-s
silent - don’t output the term “false”!
(not): Reads the STDIN and exit number from previous process and not’s it’s conditionand
: Returns true
or false
depending on whether multiple conditions are metif
: Conditional statement to execute different blocks of code depending on the result of the conditionor
: Returns true
or false
depending on whether one code-block out of multiple ones supplied is successful or unsuccessful.true
: Returns a true
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 Mon Feb 13 09:18:06 UTC 2023 against commit f339958f33995895c1d997efcdbb8408d2c8d45f8b5f934.
Current version is which has been verified against 13950 tests cases.