

Data Types
There
are a number of data types. Below is a list of the
major ones.
Data Type
Pascal Type
Example Data
Integer
22, 1, 103,
2001
Whole number
Real
22.2, 0.1,
2001.02
Decimal
number
Char
A, a, B, c,
?, !, Z
Individual
letter
String
Hello,
21st, John
Word or
phrase
Boolean
TRUE, FALSE
True or false