Name

abort:exception — ordinary primitive

Synopsis

FORTH

ABORT ( -- )no-return();
p4:"abort";

Description

throw - cleanup some things and go back to the QUIT routine

 : ABORT -1 THROW ;
 

dpANS 9.6.2.0670 - standard forth word