Difference between revisions of "True"

From SCAR Divi Manual
Jump to: navigation, search
 
Line 6: Line 6:
 
==See Also==
 
==See Also==
 
*[[False]]
 
*[[False]]
 
[[Category:Constants]]
 
[[Category:Boolean Constants]]
 

Latest revision as of 20:05, 26 June 2011

Description

True is one of 2 possible boolean values which is predefined in the Pascal language. The value bit-value 1 is also associated with this constant and it is used for boolean logic.

The value True indicates that a statement is valid.

See Also