embedded systems developers tools, cross compilers
  Home  |   SwiftX Archive  |   SwiftForth Archive  |

ABORT = f(THROW)

From: Bulgrien, Dennis <Dennis.Bulgrien_at_TripointGlobal.com>
Date: Thu, 11 Jul 2002 14:32:34 -0500

What is -1 THROW supposed to do if CATCH wasn't run? THROW is treated as an
ABORT and ABORT is defined with THROW . This seems to be circular
reasoning. SwiftX.pdf does not describe ABORT or THROW .

________________________________________
Handbook.pdf:

2.6 EXCEPTION HANDLING
 ...
If a non-zero THROW occurs without a corresponding application program CATCH
to return to, it is
treated as an ABORT.

________________________________________
SwiftX\Src\Except.f:

: ABORT ( -- ) -1 THROW ;
----------------------------------------------------------------------
swiftx_at_forth.com The SwiftX programming discussion email list
To unsubscribe, send subject "unsubscribe swiftx" to listar_at_forth.com
For help with listar commands, send subject "help" to listar_at_forth.com
Archives are located at http://www.forth.com/swiftx -- check them out!
----------------------------------------------------------------------
THIS LIST IS NOT FOR BUG REPORTS! Send bug reports to support_at_forth.com.
Received on Thu Jul 11 2002 - 12:31:45 PDT

This archive was generated by hypermail 2.2.0 : Fri Dec 05 2008 - 03:04:21 PST