Difference between revisions of "True"

From Lazarus wiki
Jump to navigationJump to search
(substitute page content making a redirect to false and true)
 
Line 1: Line 1:
{{True}}
+
#REDIRECT [[false and true]]
 
 
The [[Const|const]]ant '''true''' is used to define the truth condition in a [[Boolean|boolean]] [[Variable|variable]], as opposed to its opposite, [[False|false]].  This is a [[Manifest constant|manifest constant]] which is defined as part of the [[Standard type|standard data types]] the [[Compiler|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.
 

Latest revision as of 12:39, 4 May 2018

Redirect to: