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