GraphParser.mesa
Sweetsun Chen, August 8, 1985 1:28:47 pm PDT
{
Commands: Color, Font, Label, Text, CrossHair, Target, Grid, Division, Bounds, Auto, CurveSet, X, Y, Names, NameCount, DataSet.
Type: TYPE = {int, real, rope, bool};
RopeArray: TYPE = ARRAY [0..0) OF Rope.ROPE;
TypeArray: TYPE = ARRAY [0..0) OF Type;
ValueArray: TYPE = ARRAY [0..0) OF IO.Value;