[EMAIL PROTECTED] wrote:
... this seemed reasonable, but it doesn't help:
.sub _foo
.local int x
x = 5
.namespace ANON
.local int x
x = 3
print x
.endnamespace ANON
print x
.end
All untested features are b0rken.
I got namespace now running, above snippet behaves now as expected. I'll check it in later after spltting the parser. Thanks for your feedback, leo