<> <> <> <> DIRECTORY Commander, Rope; Install: CEDAR DEFINITIONS = BEGIN ROPE: TYPE = Rope.ROPE; Install: PROC [subject: ROPE, parent: Commander.Handle] RETURNS [foundFile, failed: BOOL]; <<~foundFile => failed>> <> END.