The information in this article applies to:
SUMMARYIn code developed with the Microsoft FORTRAN compiler, you can use the $DEBUG metacommand to perform conditional compilation. According to the last paragraph on page 286 of the Microsoft FORTRAN "Reference" manual for versions 5.0 and 5.1: If the optional string is specified [in the $DEBUG metacommand], the characters in string specify that lines with those characters in column 1 are to be compiled into the program. Case is not significant. Note that the letter C always indicates a comment line; therefore, if string contains a C, the C is ignored. MORE INFORMATION
For more information on using the $DEBUG metacommand to perform
conditional compilation, see page 286 of the Reference manual for
versions 5.0 and 5.1 or page 289 of the Microsoft FORTRAN "Language
Reference" manual for versions 4.0 and 4.1.
Sample Code
Additional query words: kbinf 1.00 4.00 4.01 4.10 5.00 5.10
Keywords : kbFortranPS kbLangFortran |
Last Reviewed: November 3, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |