[REBOL] Re: hidden throw on error
From: lmecir:mbox:vol:cz at: 11-Dec-2001 18:47
Hi Romano, You should send it to feedback, I think Ciao Ladislav <<Romano>> These are the results of my tests on function attributes: [] throw on error [catch] throw on error + catch [throw] throw on error + throw [catch throw] throw on error + catch + throw --- Ciao Romano