Skip to content

LEX030

LEX030 — unterminated string literal

SubsystemLexical
Severityerror

A string literal opened with " but the line or file ended before a closing ". Add the closing quote, or use a raw string (r"…") if the content spans forms the lexer can’t see through.

From your terminal:

Terminal window
q64 explain LEX030