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.
Structured Types
  Data Type Description Contents Index                      Back
 
  Description
 
    Structured types allow the construction of types with reference,
    simple, or other structured types.
 
    All of the classic programming data structures──such as queues,
    stacks, and trees──can be built with structured types. Structured
    types also can be used to model any object from a sailboat to
    a starship. QuickPascal offers the following basic structured
    types:
 
      ══════
      ARRAY
      FILE
      RECORD
      SET
      Class
 
    Choose any type for help.