CONST
is a variable modifier used to denote read-only. There are global Constants, accessible anywhere in your code, then there are private constants, accessible to the current method or class.
Const Copyright = 'Your copyright notice'; Version = 3.8;Source: Reserved Words