> 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/ru/troubleshooting/errors/0054.md).

# 0054: Метка не найдена

Компилятор не смог найти [метку](/ru/coding/data-types.md#metki) в скрипте.

**Возможные решения**: укажите имя существующей метки:

```
jump @start // ошибка
jump @begin // верно

:begin
```
