Const

Define program constants.

Syntax: Const constant = value

Example:

Const TRUE = 1
Const FALSE = 0

Also See: