The current string does not end on the current line.

#3014   Compile-time error

The current string does not end on the current line.

Additional Information

The string is 'S...'.

Recovery

Compilation continues but no compiled source code file will be saved.

Explanation

OmniMark strings must be entered completely on one line. They can be split across several lines with the string concatenation character ('_'). They can contain embedded newlines by using the %n format item.