Aug. 24, 2013
6:52 p.m.
On Aug 24, 2013, at 7:20 PM, Camillo Bruni <camillobruni@gmail.com> wrote:
We have now:
String >> #asClass String >> #asClassIfAbsent: String >> #asClassIfPresent:
Ok I found them. I was working in an older image What was strange is that he method finder did not find it when I did #Point . Point
On 2013-08-24, at 17:55, Fernando Olivero <fernando.olivero@usi.ch> wrote:
I prefer to evaluate
Smalltalk globals classNamed: #MyClass
Fernando
On Sat, Aug 24, 2013 at 11:57 AM, Stéphane Ducasse <stephane.ducasse@inria.fr> wrote:
Is it
asClass?
Stef