> For the complete documentation index, see [llms.txt](https://docs.sannybuilder.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.sannybuilder.com/troubleshooting/errors/0028.md).

# 0028: Unterminated string

The compiler can't find the end of the [string literal](/language/data-types.md#string-literals). 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.
