![]() | ||
| Home | SwiftX Archive | SwiftForth Archive | |

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