This section is used to declare the local and global variables used by the SCP. Variables may be local to the Simulation Control Program or declared globally for use in multiple Simulation Control Programs. Global variables must be declared in each Simulation Control Program where they are referenced.
Each variable declaration has a type (integer, string, float, file, bit, array, Boolean or bit array) followed by variable names. Multiple variable names are separated by commas with the last name followed by a semicolon. Variables can be initialized.