# 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.

jens
        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

Reply via email to