Mariano,

Rejecting all classes and traits might give you global variables.

Smalltalk globals size. "2188"

(Smalltalk globals copyWithoutAll: Smalltalk allClasses) size. "95"

((Smalltalk globals copyWithoutAll: Smalltalk allClasses) copyWithoutAll:
Smalltalk allTraits) size. "14"

Regards,
HwaJong

--
View this message in context: 
http://forum.world.st/How-to-globals-that-are-NOT-classes-or-traits-tp4564354p4567309.html
Sent from the Pharo Smalltalk mailing list archive at Nabble.com.

Reply via email to