Background documentation-729: Source code may be truncated Locate this document in the navigation structure

 

Explanation

The precompiler only recognizes text that is placed within the line delimiters. The line delimiters depend on the programming language. The warning means that text outside the line delimiters was discovered. This text is ignored by the precompiler.

User Response

If this effect is desired, the warning may be ignored. Otherwise, the text must be written to the next line or the line delimiters must be modified.