For the complete documentation index, see llms.txt. This page is also available as Markdown.

0040: Constant name or value not found

The constant is not given a name or a value at the declaration.

Possible solutions: check the constant declaration syntax and provide both the name and the value:

CONST
  Pi = 3.14
END

Last updated