Declaring Interlocks and Interlock Arrays

You can declare individual interlocks or arrays of type INTERLOCK, as shown in the following examples:

INTERLOCK LK1;
INTERLOCK ARRAY[0:10];

The initial state of an interlock is FREE.