<> <> <> DIRECTORY Rope USING [ROPE]; <<>> <> QueryServices: CEDAR DEFINITIONS = { <> << defaults to Network Information Center database on SRI-NIC.ARPA.>> Whois: PROC [pattern: Rope.ROPE, server: Rope.ROPE _ NIL, abort: REF BOOL] RETURNS[out: Rope.ROPE]; <> Finger: PROC [pattern: Rope.ROPE, abort: REF BOOL] RETURNS[out: Rope.ROPE]; }. <<>>