Exprs.mesa
Last Edited by: Arnon, June 10, 1985 4:19:22 pm PDT
DIRECTORY
Rope,
Basics,
IO,
AlgebraClasses;
Exprs: CEDAR DEFINITIONS
= BEGIN OPEN AC: AlgebraClasses;
This Structure is exceptional in that its elements are MathExpr.EXPR's, rather than Objects
Variables
Exprs: AC.Object; -- public structure
END.