Review of Pascal

Structured data types are array, record, file and set. Pascal has many ways to define those data types, and each type may vary on the range and the memory size. For example, there are ten ways to declare integer: byte, shortint, smallint, word, integer, cardinal, longint, longword, int64 and qword. ................
................