rce10845@uxa.cso.uiuc.edu (07/27/90)
I was looking through the Adobe Illustrator prologue and noticed that
almost none of the procedures are bound.
e.g.
/c {curveto} def
/C /c load def
Shouldn't that be
/c {curveto} bind def
or better yet
/c /curveto load def
?
Rob Elliott
rce10845@uxa.cso.uiuc.edu