const
ACTION:
define a set of constants
USE:
create constants, fixed at compile-time
EXAMPLE:
const as string s="HelloWorld"
RELATED:
dim
%
#define