Next: AT//, Previous: AT[, Up: AT commands [Contents][Index]
FWEB supports a variety of commenting styles borrowed from C, C++, and TeX. For more discussion, see Comments.
| • ‘@//’: Begin short verbatim comment | ||
| • ‘@%’: Ignorable comment | ||
| • ‘@?’: Begin compiler directive | ||
| • ‘@(’: Begin meta-comment | ||
| • ‘@)’: End meta-comment | 
The following comment is copied to the tangled output. (By default, comments are not copied.) If you desire all comments to be so copied, use ‘-v’. See -v.