gforth  

[gforth] gforth abort message

Bee
Sun, 04 Jan 2009 12:02:39 -0800


Is there a way to configure gforth's abort and abort" to give NO message?

I limited the abort message with:

  ' noop is dobacktrace

The error message is shortened.
But how to stop all messages?

\ ==============================================================

abort
:2: Aborted
>>>abort<<<
Backtrace:
$100AB98 throw
  ok

' noop is dobacktrace  ok
  ok
abort
:6: Aborted
>>>abort<<<

\ ==============================================================

: tt 1 abort" test" ;  ok
  ok
tt
:4: test
>>>tt<<<
Backtrace:
$100AB14 throw
$103E4C0 c(abort")
  ok
' noop is dobacktrace  ok
  ok
tt
:8: test
>>>tt<<<
  ok

\ ==============================================================

--
Bill Muench
Santa Cruz, California



---------------------------------------------------------------------
To unsubscribe, e-mail: gforth-unsubscr...@chaossolutions.org
For additional commands, e-mail: gforth-h...@chaossolutions.org