false
is a boolean constant representing the logical state of falsehood,
the opposite of true.
Even though false looks like a bareword, it is not,
because it's one of the exceptional words along with null. It's possible to start an
expression with false.
see if check-item returns false any of
$list elements |
|
false is not a bareword; when passed as a parameter,
its type is boolean, not string |
|
binary expression, $result will be
false |
$result := true and false |
| can't start bareword with word false, use quotes | |