Sujet : Re: Why dial-a-standard is not a thing in Forth
De : dxforth (at) *nospam* gmail.com (dxf)
Groupes : comp.lang.forthDate : 30. Apr 2025, 03:37:41
Autres entêtes
Organisation : i2pn2 (i2pn.org)
Message-ID : <7aa5519d5cb072cb6f70e7680ec565b03c2f3e23@i2pn2.org>
References : 1 2 3 4
User-Agent : Mozilla Thunderbird
On 30/04/2025 2:50 am, Hans Bezemer wrote:
...
To force myself to add messages to THROWs (especially in libs with special conditions) I added THROW" - it works like a combination of ABORT" and THROW. You need to specify a THROW code, you need to specify a flag and you need to specify a message.
What happens in the case of CATCH - what's left on the stack?