forlang.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.
Attributes of Various Objects
                                             Up Contents Index Back
─────Attributes of Various Objects ─────────────────────────────────────────
 
                     Variable and                     Specification
                     Array             Common-        and EXTERNAL
     Attribute       Declarations      Block Names    Statements
 
     ALIAS           Yes               Yes            Yes
 
     ALLOCATABLE     Yes (arrays only) No             No
 
     C               Yes               Yes            Yes
 
     EXTERN          Yes               No             No
 
     FAR             Yes               Yes            Yes*
 
     HUGE            Yes               No             No
 
     LOADDS          No                No             Yes
 
     NEAR            Yes               Yes            Yes*
 
     PASCAL          Yes               Yes            Yes
 
     REFERENCE       Yes               No             No
 
     VALUE           Yes               No             No
 
     VARYING         No                No             Yes
 
     *FAR and NEAR cannot be used in ENTRY statements.
                                    -♦-