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