CDCommandOpsExtras3.mesa (part of ChipNDale)
Copyright © 1986 by Xerox Corporation. All rights reserved.
Created by Christian Jacobi, August 24, 1986 4:52:29 pm PDT
Last edited by: Christian Jacobi, September 4, 1986 3:53:03 pm PDT
DIRECTORY
CD,
CDSequencer,
Rope;
CDCommandOpsExtras3: CEDAR DEFINITIONS =
BEGIN
More various procedures to ease implementing commands
RegisterCurrentLayerCommand: PROC [key: ATOM, layer: CD.Layer, tech: CD.Technology←NIL, w: CD.Number←-1];
END.