abort:exception — ordinary primitive
FORTH
ABORT ( -- )no-return();p4:"abort";
ABORT ( -- )no-return(
)
throw - cleanup some things and go back to the QUIT routine
: ABORT -1 THROW ;
dpANS 9.6.2.0670 - standard forth word