<> <> <> <> <<>> <> <<>> DIRECTORY Core, CoreClasses, CoreCreate, CoreProperties, Ports, Rope, Rosemary, RosemaryUser; SCB ~ BEGIN CellType: TYPE = Core.CellType; ROPE: TYPE = Rope.ROPE; WR: TYPE = CoreCreate.WR; Level: TYPE = Ports.Level; LevelSequence: TYPE = Ports.LevelSequence; <> NumStackBits, NumPCBits: NAT; <> Create: PUBLIC PROC [] RETURNS [ct: CellType]; END.