IMCC yells at me when I say:

.namespace [ "Foo" ]

.sub new
    ...
.end

While it's tolerable for local symbols, subs really have to be
named according to the interface.  Is it possible to allow:

.sub "new"
    ...
.end

?

Thanks,
Luke

Reply via email to