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
◄Up► ◄Contents► ◄Index► ◄Back►
─────Attributes────────────────────────────────────────────────────────────
Attributes specify additional information about a variable,
variable type, subprogram, or subprogram formal argument.
Attributes allow a program, for example, to use the calling
conventions of Microsoft C or Pascal, or pass arguments by value
or by reference. Attributes can be used in subroutine and function
definitions, in type declarations, and with the INTERFACE and
ENTRY statements
Microsoft FORTRAN provides these attributes:
ALLOCATABLE FAR PASCAL
ALIAS HUGE REFERENCE
C LOADDS VALUE
EXTERN NEAR VARYING
Select one for more information.
See Also: ◄Objects of Attributes►
-♦-