This program section consists of the
CONSTANT
keyword followed by the constant declarations for the Simulation Control Program. Constants are always local to the Simulation Control Program.A constant declaration contains a type (integer, string, float, etc.) followed by assignment statements. Multiple assignments are separated by commas and the last assignment within the type is followed by a semicolon.
INTEGER x:=5, y:=200, z:=1, z2:=10;
STRING alpha:=‘unexpected loop’,