InterminalBackdoor.mesa
Copyright © 1985 by Xerox Corporation. All rights reserved.
Doug Wyatt, April 24, 1985 10:11:12 pm PST
DIRECTORY
ClassIncreek USING [ActionBody],
Terminal USING [Virtual];
InterminalBackdoor: CEDAR DEFINITIONS
= BEGIN
terminal: READONLY Terminal.Virtual;
InsertAction: PROC [action: ClassIncreek.ActionBody];
END.