qp.hlp (Table of Contents; Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software, purely for historical purposes. If you're looking for up-to-date documentation, particularly for programming, you should not rely on the information found here, as it will be woefully out of date.
Data Types Description
  Data Types Hierarchy Contents Index               Help on Help
 
  Description
 
    Types are classification devices that categorize data in terms
    of useful characteristics. They allow solutions to problems in
    terms of height, weight, color, number, density, or any other
    characteristic that best describes the underlying data. Types
    also hide most of the memory-management considerations required
    to store data efficiently in memory or on disk.
 
    QuickPascal divides types into the following three categories:
 
      ════════════════
      Reference types
      Simple types
      Structured types
 
    Choose any type for help.
 
    See also: TYPE, VAR