<> <> <> <> DIRECTORY Rope USING [ROPE]; CDMenuSpecials: CEDAR DEFINITIONS = BEGIN <<>> <> SelectOneOf: PROC[ref: REF, label: Rope.ROPE, allowTypeIn: BOOL_FALSE] RETURNS [Rope.ROPE]; <<--ref either SymTab.Ref OR LIST OF ROPE>> <<-- duplicates are removed>> <<--Interactive selection of a rope>> <<--NIL if discarded>> END.