<>Mesaport>compiler>Cmplr6Defs1.mesa
Created on 29-Apr-87 15:31:55
MW 29-Apr-87 15:31:55
READONlY variables and pointers to such
Cmplr6Defs1:
DEFINITIONS =
BEGIN
var1:
INTEGER;
var2:
READONLY
INTEGER;
END...