True

From Lazarus wiki
Revision as of 13:05, 2 May 2018 by Djzepi (talk | contribs)
Jump to navigationJump to search

Deutsch (de) English (en) français (fr) русский (ru) 中文(中国大陆)‎ (zh_CN)

The constant true is used to define the truth condition in a boolean variable, as opposed to its opposite, false. 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.