For the complete documentation index, see llms.txt. This page is also available as Markdown.

0035: Expected word

The compiler expects to find a particular word during header parsing, but found something different.

Possible solutions: check the line where it throws and update spelling.

DEFINE MISION 1 at @LABEL // error: expected MISSION
DEFINE MISSION 1 at @LABEL // OK

Last updated