◄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► -♦-