The System interface is defined by the Modula-2+ language, and contains standard types known to the compiler.
TYPE Byte = BITS 8 FOR Word;
The type Byte is parameter-compatible with any 8-bit value; an open array of Byte is parameter-compatible with any value occupying a multiple of 8 bits.