| Search internet |
Origin: lgc. Landing-place: terminal.
The end of the file was encountered while scanning a string. Strings must be terminated by single double quotes or by a "". escape sequence.
Sometimes errors of this kind are difficult to locate because the error could be a missing or extra single double quote somewhere else which makes lgc think that it is scanning a string while the user intended it to be outside a string. In case of real trouble with this, use ""- to start strings and "". to end strings instead of using single double quotes for that.
| Search logiweb.eu |