//value. It is a line *between* variables or
//comments.
if(iwLine.length() > 0) {
String sMLCEnd = sES;
if(iwLine.charAt(iwLine.length() - 1) == crlao.crc.getCRCDelimiters().getMLCEnd()) {
//Special condition, for a clearer error message
sMLCEnd = ". Also note: The last character in this line is a multi-line comment end delimiter ('" + crlao.crc.getCRCDelimiters().getMLCEnd() + "'). If this is meant to be the end of a multi-line comment, it was never started";
}
throwCFX(iwLine, "Stray text found. This line is not part of any variable or comment, but contains non-whitespace characters. Note that cr_config.getCRCVariable().is1stLineWSEmptyString() equals " + crlao.crc.getCRCVariable().is1stLineWSEmptyString() + sMLCEnd);