E-001: Unterminated Quoted Identifier
Severity: Runestaff Syntax Error
Description
Section titled “Description”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.
Example
Section titled “Example”; Error: Unterminated quoted identifierldc "This identifier is not closedSee the Runestaff Types page for more information on identifier syntax and proper usage.