<<>> <<<>mesaport>compiler>Cmplr6Defs0.mesa>> <> <> <> Cmplr6Defs0: DEFINITIONS = BEGIN charA: CHAR = 'A; limit: INTEGER = 87; Range: TYPE = [-limit..limit]; Pair: TYPE = RECORD [first, second: Range]; PairPtr: TYPE = POINTER TO Pair; END..