addattribute bug
This code: newclass P1, "Foo" subclass P2, P1, "Bar" addattribute P2, "bar_i" print "ok 2\n" end barfs with: SArray index out of bounds! Is this a bug or just something that hasn't been implemented yet? Simon
Re: addattribute bug
At 12:23 PM -0500 2/25/04, Simon Glover wrote: This code: newclass P1, "Foo" subclass P2, P1, "Bar" addattribute P2, "bar_i" print "ok 2\n" end barfs with: SArray index out of bounds! Is this a bug or just something that hasn't been implemented yet? Good question, thoug