# 0040: Constant name or value not found

The constant is not given a name or a value at the [declaration](https://docs.sannybuilder.com/language/data-types/constants).

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

```
CONST
  Pi = 3.14
END
```
