Re: Expletive/Objects and pdd15

2004-03-29 Thread Dan Sugalski
At 10:14 PM + 3/27/04, Harry Jackson wrote: In PDD 15 it says Creating a new class with attributes Adding the attributes a and b to the new class Foo: D'oh! Docs are wrong, I'll go fix 'em. -- Dan --"it's like this"--

Expletive/Objects and pdd15

2004-03-27 Thread Harry Jackson
In PDD 15 it says Creating a new class with attributes Adding the attributes a and b to the new class Foo: newclass $P0, "Foo" addattribute $P0, "a", "Foo::a" # This is offset 0 addattribute $P0, "b", "Foo::b" # This is offset 1 maybe I'm just being a numpty but should this not be Creatin