Leopold Toetsch wrote: > .HLL "perl5"," # new top-level namespace > .sub 'x' # perl5::x
Will there be a way to get back into the default top-level namespace? e.g.: .HLL "" or .HLL "parrot" My Amber compiler is currently adding a few extra subs to some of the standard parrot PMCs, and I won't be able to do this if I'm in the Amber namespace as soon as I emit '.HLL "amber"'. It's not a big deal though, I have other ways I can achieve what I need. Regards, Roger Browne