forlang.hlp (Table of Contents; Topic list)
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.
                                    -♦-