fl.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.
FORTRAN Compiler Defines Text Box
                                             Up Contents Index Back
─────FORTRAN Compiler Defines Text Box──────────────────────────────────────
 
     FL equivalent: /Dsymbol[=val]
 
     Use the Defines text box to define a symbolic name used by the
     conditional compilation metacommands. The equivalent metacommand
     is $DEFINE.
 
     You can also specify an integer value for <symbol> by following
     the identifier with an equal sign (=) and the value.
 
     See Also: Conditional Compilation
                                    -♦-