[etoys-dev] Persistent preferences

K. K. Subramaniam kksubbu.ml at gmail.com
Mon Aug 9 02:00:53 EDT 2010


On Sunday 08 Aug 2010 10:28:45 pm Bert Freudenberg wrote:
> > + 				tokens first caseOf: {
> > + 					['value'] -> [tokens third caseOf: {
> > + 						['true'] -> [value := true].
> > + 						['false'] -> [value := false].
Shouldn't 'nil' also be converted into nil here?

Subbu


More information about the etoys-dev mailing list