Next: , Previous: -/, Up: Options


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"