Access attributes

The access attribute of an object is either VAR or CONST and the objects are correspondingly classed as variables and constants. The value of a variable can be changed by an assignment, whereas the value of a constant cannot.