Name:
true
the boolean value representing the truth.
Description:
true
is the usual boolean value.
Example 1:
> true && false;
false
> 2>1;
true
See also:
false
,
&&
,
||
Go back to the list of commands