true
Returns a
true
value
Returns a true
value.
true -> <stdout>
By default, true
also outputs the term "true":
» true
true
However you can suppress that with the silent flag:
» true -s
-s
silent - don't output the term "true"!
(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 metfalse
: Returns a false
valueif
: 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.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 Thu May 26 22:49:43 UTC 2022 against commit 59e27bb59e27bb1013043fc4a940cf9a2767c63f31dad2c.
Current version is 2.8.2100 which has been verified against 15889 tests cases.