Variables of data type intX, uintX, realX, text and buffer can also be declared as constant provided with the qualifier const. Only read access is possible for these variables.

Example