-- TEditDocumentsCache
.mesa; Edited by Paxton on October 21, 1982 9:35 am
DIRECTORY
Rope
USING [
ROPE];
TEditDocumentsCache:
CEDAR DEFINITIONS =
BEGIN
Update:
PROC;
GetList:
PROC
RETURNS [rope: Rope
.ROPE];
END.