Next: , Previous: , Up: Options   [Contents][Index]


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"