<> <> <> <> <<>> DIRECTORY CD, Rope, CDGenerate; CDDynamicObs: CEDAR DEFINITIONS = BEGIN GetTable: PROC [for: Rope.ROPE] RETURNS [name: Rope.ROPE, table: CDGenerate.Table]; END.