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.
FAR Attribute
                                             Up Contents Index Back
─────FAR Attribute──────────────────────────────────────────────────────────
 
     FAR has two different effects, depending on the kind of parameter
     it refers to:
 
     When used with formal arguments, the FAR attribute specifies that
     the argument is to be passed using a segmented address. When used
     with variables, it specifies that the variable is allocated in
     far data areas.
 
     Restrictions: Not allowed in ENTRY statements
 
     See Also: Formal Argument
               NEAR
                                    -♦-