# 0057: Internal label not found

The compiler fails to compile a high-level statement (such as [IF..THEN..END](https://docs.sannybuilder.com/language/control-flow/conditions#high-level-constructs), [WHILE..END](https://docs.sannybuilder.com/language/control-flow/loops), 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.
