Invalid use of the string continuation character ('_').
#2118 Compile-time error
Invalid use of the string continuation character ('_').
Additional Information
The string continuation character may only appear after a string.
Recovery
Compilation continues but no compiled source code file will be saved.
Explanation
The string continuation character may be used in OmniMark either
inside strings or to indicate that a string is continued. Comments
and newlines appearing among the two strings and the string
continuation character are ignored.