Next: , Previous: -r/, Up: Options


4.2.56 ‘-r!’: Make ‘!’ denote short comment [Ratfor]

See the corresponding discussion of ‘-!’ in -! and -n!.

In Fortran-77, to include the exclamation point inside a string, escape it with a backslash, as in

             s = "A \! inside a string"