false and true

From Free Pascal wiki
Revision as of 16:16, 17 September 2017 by FPC user (talk | contribs) (Fix internal link)
Jump to navigationJump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

English (en)

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.