An invalid replacement character was encountered.
#2073 Compile-time error
An invalid replacement character was encountered.
Additional Information
The replacement character may not be the newline.
Recovery
Compilation continues but no compiled source code file will be saved.
Explanation
If the newline sequence is only one character long, it indicates the
end of the line, and there is no point trying to break it.
If the newline sequence is more than one character long, the
replacement character may be any single character in the sequence.