<>Mesaport>compiler>Cmplr6Defs3.mesa
Created on 29-Apr-87 15:31:55
MW 29-Apr-87 15:31:55
2 instances of the same interface
Cmplr6Defs3:
DEFINITIONS =
BEGIN
var1:
INTEGER;
var2:
INTEGER;
Defs3Proc1:
PROCEDURE [x:
INTEGER]
RETURNS [
INTEGER];
END...