<> <> <> <> <<>> <<-- Create a tioga viewer onto a rope, allow the user to edit it, and then return the new rope and destroy the viewer after he hits the save button.>> DIRECTORY Rope USING [ROPE]; TiogaRopeEditor: CEDAR DEFINITIONS = BEGIN <<-- create a viewer onto a rope, let the guy edit it, and return the new rope>> Edit: PROC [old, caption, comment: Rope.ROPE _ NIL] RETURNS [Rope.ROPE]; END.