Syntax |
False |
Description |
Logical constant False |
Example |
(1<10) = False => False |
The result of the example is "False", "1<10", which is True, does not equal "False".