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

# 0022: Cчетчик итераций не является переменной

Компилятор нашел, что в [цикле](/ru/coding/loops.md#for-end) `FOR` счетчик итераций не является [переменной](/ru/coding/variables.md).

**Возможные решения**: используйте переменную:

```
FOR $MyCounter = 1 to 10

END
```
