Next: ‘-r!’: Make ‘!’ denote short comment [RATFOR], Previous: ‘-rb’: Number ifs and dos [RATFOR], Up: Command-line options [Contents][Index]
The standard FWEB notation for a short comment is ‘// ...’. However, in RATFOR the ‘//’ denotes concatenation by default. To make it denote a short comment, use the ‘-r/’ option. For concatenation, use ‘\/’.
For an example, see ‘-n/’: Recognize short comments [FORTRAN].