Difference between revisions of "False"
From SCAR Divi Manual
Line 6: | Line 6: | ||
==See Also== | ==See Also== | ||
*[[True]] | *[[True]] | ||
− | |||
− | |||
− |
Latest revision as of 19:05, 26 June 2011
Description
False is one of 2 possible boolean values which is predefined in the Pascal language. The value bit-value 0 is also associated with this constant and it is used for boolean logic.
The value False indicates that a statement is not valid.