-- StartCedarTools.mesa
-- last edited by Levin on 13-Apr-82 15:20:15

DIRECTORY
  CedarInitSequence USING [],
  Runtime USING [SelfDestruct];

StartCedarTools: PROGRAM
  IMPORTS Runtime
  EXPORTS CedarInitSequence = {

Runtime.SelfDestruct[];

}.