<> <> <> DIRECTORY TEditDocument, ViewerClasses; TEditSelectionOpsEtc: CEDAR DEFINITIONS = { ShowGivenPositionRange: PROC [viewer: ViewerClasses.Viewer, selectionId: TEditDocument.SelectionId, posI, posF: INT, skipCommentNodes, pendingDelete: BOOL]; <> }.