fl.hlp (Table of Contents; Topic list)
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
                                    -♦-