> 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/0035.md).

# 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
```
