Jan. 20, 2009
2:24 p.m.
Gwenael writes:
here is a small example of the syntax :
[ Object subclass: #SaBox instanceVariableNames: ''bob'' classVariableNames: '''' poolDictionaries: '''' category: ''SandBox'' ] SaBox >> initialize [ <category: ''initialize release''> <authorInitials: ''him''> bob := ''Script test working''. ] Why the doubled single-quotes? Why use a different notation at all? Thanks -- and sorry if this was already explained, Cam