Next: AT|, Previous: AT2, Up: AT commands [Contents][Index]
Several commands insert specific characters.
• ‘@|’: Literal vertical bar, or optional line break |
‘@@’ inserts the single character ‘@’.
Don’t forget to double the ‘@’ even inside strings. For example, the FWEB source line
puts("'@@' is represented by `@@@@'");
will be tangled to
puts("'@' is represented by `@@'");