Boolean

From Free Pascal wiki
Revision as of 21:24, 27 April 2013 by Jwdietrich (talk | contribs)
Jump to navigationJump to search

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