Sujet : Re: How robust is INCLUDE
De : minforth (at) *nospam* gmx.net (minforth)
Groupes : comp.lang.forthDate : 20. Dec 2024, 11:12:13
Autres entêtes
Organisation : novaBBS
Message-ID : <1390f68a27da2755ed77ea113cb7243d@www.novabbs.com>
References : 1
User-Agent : Rocksolid Light
I don't think I quite understand what you're trying to achieve.
But what happens if there are errors in the process?
Leftover garbage on the s-stack?
At least in my system(s), INCLUDED is implemented with an
internal CATCH/THROW mechanism, which clears all important
stacks (and some internal stuff) on error.
As for ANS compatibility: who cares, as long as your code
is well documented.