Skip to content

E-001: Unterminated Quoted Identifier

Severity: Runestaff Syntax Error

An unterminated quoted identifier occurs when an identifier is opened with a quotation mark (") but is not properly closed with a matching quotation mark. This results in the assembler being unable to determine where the identifier ends, leading to a syntax error.

; Error: Unterminated quoted identifier
ldc "This identifier is not closed

See the Runestaff Types page for more information on identifier syntax and proper usage.