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


4.2.81 ‘-!’: Make ‘!’ denote short comment (FORTRAN & RATFOR)

This option is not recommended; use FWEB’s standard ‘//’ to begin short comments.

To include the exclamation point inside a string, escape it with a backslash, as in

        s = "A \! inside a string"