Mnemonics in the IL Language

At each variable can be associated a mnemonic. It is then possible to use the mnemonic or variable completely transparently in programs.

To associate the variable Switch to the input %I0, the variables RedLight and GreenLight to the outputs %Q0 and %Q1 respectively, it is necessary to write:

%I0 Switch
%Q0 RedLight
%Q1 GreenLight