next up previous contents index
Next: Text Up: Topaz Interfaces Imported by Previous: Rd

System

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.



Paul McJones
8/28/1997