| Search internet |
Origin: lgc. Landing-place: terminal.
An escape sequence comprises two or more double quote characters followed by one character which is not a double quote. The 'Unknown escape in reference' error message indicates that lgc found an escape sequence inside a reference which did not make sense in that context. As an example, the following gives an 'Unknown escape in reference':
""R abc""Rdef
Comments can be used anywhere. Apart from that, the only escape sequence which makes sense in a reference is the ""n sequence which can be used as an alternative for a newline for terminating the reference.
| Search logiweb.eu |