pascal cheat sheet code example
Example 1: pascal cheat sheett
var
choice: boolean;
Example 2: pascal cheat sheett
1
Character
Typically a single octet (one byte). This is an integer type.
2
Integer
The most natural size of integer for the machine.
3
Real
A single-precision floating point value.
4
Boolean
Specifies true or false logical values. This is also an integer type.
5
Enumerated
Specifies a user-defined list.
6
Subrange
Represents variables, whose values lie within a range.
7
String
Stores an array of characters.