The 'const' directive adds an integer constant which may be used later in the source code.
Syntax:
"const" identifier "=" integer ";"
The identifier is the name of the constant while the integer is the value.