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

# 0057: Internal label not found

The compiler fails to compile a high-level statement (such as [IF..THEN..END](/language/control-flow/conditions.md#high-level-constructs), [WHILE..END](/language/control-flow/loops.md), etc). In most cases it happens if the statement does not have a closing `end` word.

**Possible solutions:** check the statement syntax in the script and make sure each of them properly ends.
