Next: , Previous: -n&, Up: Options


4.2.40 ‘-n/’: Recognize short comments [Fortran]

The standard Fweb notation for a short comment (one terminated by the next newline) is ‘// ...’. However, in Fortran the ‘//’ denotes concatenation by default. To make it denote a short comment, use the ‘-n/’ option. One can do this in the .fweb file (see Customization) or with the language-setting command in limbo, as in ‘@n/’.

In Fweb, one may always use ‘\/’ for concatenation, so there's no penalty for using ‘-n/’.