qck.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.
Constants, Data Types, and Variables
                                                 Contents  Index  Back
──────────────────────────────────────────────────────────────────────────────
 Constants, Data Types, and Variables
 
 ■ The following sections contain summary information about constants, data
   types, and variables:
 
   Constants Summary  Information about constants, including:
                        • Global constants        • Literal constants
                        • Local constants         • Numeric constants
                        • Symbolic constants
 
   Data Types Summary Information about data types, including:
                        • DEFtype statements      • Elementary data types
                        • ISAM data types         • Type conversion rules
                        • Type-declaration suffix • User-defined types
 
   Variables Summary  Information about variables, including:
                        • Array storage summary   • AS declarations
                        • Assigning values        • Automatic and static
                        • Declaring arrays        • Declaring simple variables
                        • Naming conventions      • Scope rules
                        • STATIC statement        • SWAP statement
                        • Storage and memory