SCL Reference: Variables
Like most languages, SCL allows the declaration of variables:
variable varName : type;
The type can be on of the predefined types or a user type:
variable intVar : integer;
Like most languages, SCL allows the declaration of variables:
variable varName : type;
The type can be on of the predefined types or a user type:
variable intVar : integer;