0028: Unterminated string
Last updated
Last updated
The compiler can't find the end of the . String literals must be enclosed in quotes (double "
or single '
, depending on the string type). Note that quotes in the literal's content must be escaped.
Possible solutions: add a missing quote.