True

From SCAR Divi Manual
Revision as of 01:22, 26 June 2011 by Freddy (talk | contribs) (Created page with "==Description== True is one of 2 possible boolean values which is predefined in the [http://en.wikipedia.org/wiki/Pascal_%28programming_language%29 Pascal] language. The valu...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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 equals "not False" and is used to indicate that a statement is false.

See Also