-- last edited by: L. Stewart, December 12, 1983 5:21 pm
name  
Abort:
description
Raise ABORTED.  This command will cause itself to exit abnormally.  It will also have the effect of unwinding all nested instances of the command tool.
 
examples
% Abort
 ...Aborted
% 
Suppose that Abort1.cm contains "Abort2.cm\nDate\n" and Abort2.cm contains "Abort\n":
% Abort1.cm
> Abort2.cm
>> Abort
 ...Aborted
% 
Notice that the Date command was not executed.
 
 
warnings
No known problems.
 
stop/undo 
Probably too fast to stop.
 
implementation 
InitialCommandsImpl.mesa in CommandTool.df
 
contact
L. C. Stewart <Stewart.pa>
 
keyword hints
help button info man
 
keywords
to be supplied by the Index Czar