Difference between revisions of "Boolean"

From Lazarus wiki
Jump to navigationJump to search
m
Line 1: Line 1:
 +
{{Boolean}}
 +
<br>
 +
<br>
 
'''Boolean''' is a logical datatype. Data of type boolean have one of only two values, either [[True|true]] or [[False|false]].
 
'''Boolean''' is a logical datatype. Data of type boolean have one of only two values, either [[True|true]] or [[False|false]].
  

Revision as of 16:49, 30 June 2013

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


Boolean is a logical datatype. Data of type boolean have one of only two values, either true or false.

Read More


navigation bar: data types
simple data types

boolean byte cardinal char currency double dword extended int8 int16 int32 int64 integer longint real shortint single smallint pointer qword word

complex data types

array class object record set string shortstring