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.
PASCAL Attribute
                                             Up Contents Index Back
─────PASCAL Attribute───────────────────────────────────────────────────────
 
     Defines a subprogram, common block name, variable, or formal
     argument type declaration as having Pascal's argument passing
     conventions. An argument or subprogram's arguments are passed by
     value rather than by reference (FORTRAN's default).
 
     FORTRAN's standard calling and naming conventions still apply.
 
     Restrictions: Cannot refer to formal arguments in the formal
     argument list
 
     See Also: Formal Argument
               VALUE
                                    -♦-