DFPrivate.mesa
Copyright Ó 1991 by Xerox Corporation. All rights reserved.
DIRECTORY
Rope USING [ROPE];
DFPrivate: CEDAR DEFINITIONS
~
BEGIN
FatalError:
SIGNAL[message: Rope.
ROPE];
raise it to indicate a fatal bug; then resume it to get an error stack
END.