[Newbies] variableWordSubclass:

Damien Cassou damien.cassou at laposte.net
Mon Jun 26 16:43:02 UTC 2006


>>dv2 _ DynamicVariable new: 2
>  
> So far I've seen the hierarchy of FloatArray the method "new:" isn't on 
> the class side anywhere. This is the reason because you get an error.  

#new: is implemented in Behavior which is the superclass of Class.

FloatArray new: 5

is correct for example


More information about the Beginners mailing list