PutGetExtras.mesa
Doug Wyatt, January 16, 1984 10:55 am
DIRECTORY
IO
USING [
STREAM],
TextNode
USING [Ref];
PutGetExtras:
CEDAR
DEFINITIONS
=
BEGIN
WritePlain:
PROC[h:
IO.
STREAM, root: TextNode.Ref, restoreDashes:
BOOL ←
FALSE];
END.