Next: ‘-/’: Recognize short comments (FORTRAN & RATFOR), Previous: ‘-#’: Turn off comments about line and section numbers (FTANGLE), Up: Command-line options [Contents][Index]
Both RATFOR and FORTRAN attempt to translate the commands ‘++’, ‘--’, ‘+=’, ‘-=’, ‘*=’, and ‘/=’ into code that behaves as their C/C++ counterparts. To turn this feature off, use ‘-+’.
Notice that in FORTRAN-90 ‘/=’ is a token for “not equal,” so if you want to use that you must turn off the compound assignment operators with use ‘-+’. However, a better solution is to leave them turned on and use FWEB’s standard ‘!=’ token for “not equal.”