Difference between revisions of "false and true"

From Lazarus wiki
Jump to navigationJump to search
Line 2: Line 2:
  
 
This constant value must be predefined by the compiler as there is no way to define it in terms of anything else.
 
This constant value must be predefined by the compiler as there is no way to define it in terms of anything else.
 +
 +
[[Category:Pascal]]

Revision as of 21:39, 27 April 2013

The constant false is used to define the false condition in a boolean variable, as opposed to its opposite, true. This is a manifest constant which is defined as part of the standard data types the compiler initially knows about.

This constant value must be predefined by the compiler as there is no way to define it in terms of anything else.