You do not need that. I imagine that the example was in the Smalltalk string as a test for the parser.
Stef On Jan 20, 2009, at 3:24 PM, Cameron Sanders wrote: > 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 > > > > _______________________________________________ > Pharo-project mailing list > [email protected] > http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project > _______________________________________________ Pharo-project mailing list [email protected] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
