{ This file contains useful type definitions.
  It should be included after the keyword TYPE
  in the main program.
}

  byte = 0..maxbyte;
  string0 = string 0;
  string255 = string 255;

