# New Ticket Created by Jens Rieks # Please include the string: [perl #27418] # in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org:80/rt3/Ticket/Display.html?id=27418 >
Hi,
the attached pasm code prints : A : error! instead of only "A" as expected.
Expectations are wrong there. :)
Invocations of a sub-interpreter, which happen when you call into a vtable method for example, end when parrot hits an end, but that doesn't exit the outermost interpreter.
newclass P0, "Foo"
newsub P0, .Sub, _end store_global "Foo", "__init", P0
find_type I0, "Foo" new P0, I0
print "error!\n"
end _end:
print "A\n"
end
-- Dan
--------------------------------------"it's like this"------------------- Dan Sugalski even samurai [EMAIL PROTECTED] have teddy bears and even teddy bears get drunk