Constants

A constant is a predefined value that is not calculated, and, therefore, does not change. A constant can be any of the following:

  • A real number

  • The logical values TRUE and FALSE

  • A string literal

  • An array constant

  • An error constant