bug-gforth
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug #63268] throw|catch behavior: unexpected items at data stack


From: Stephan Rudlof
Subject: [bug #63268] throw|catch behavior: unexpected items at data stack
Date: Sun, 30 Oct 2022 19:50:36 -0400 (EDT)

Follow-up Comment #6, bug #63268 (project gforth):

BTW:
Recently definition

: then-endtry
    ]] then endtry [[
; immediate compile-only

has been useful; example:

    try
        o ^_peek separator-char? if
            ws ^$contents
            o ^spc-integer
            0
        else
            Ex_^spc-number_scan
        then
    then-endtry
    ws ^release \ cleanup
    throw



    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?63268>

_______________________________________________
Message sent via Savannah
https://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]