[Seaside] Re: asSet asOrderedCollection

stephane ducasse stephane.ducasse at free.fr
Thu May 18 18:08:19 UTC 2006


Strange code guy

> My objects are:
> Fait new boolean:#red.

A boolean: being a symbol... Berk!

> I have done the two evaluations and with : Fait new boolean:#red =  
> Fait
> new boolean:#red, I get True.

true?
Pay attention to the parentheses also

(Fact new boolean: #red) = (Fact new boolean: #red)

is not the same as

Fact new boolean: #red = Fact new boolean: #red

Also use the force, luke put a self halt in the code :)

> Also, if I do the evaluation with hash, the result is False.
> I don't understand ????
>
> my fonction = is:
> = aFait
> ^self boolean = aFait boolean
>
>
> _______________________________________________
> Seaside mailing list
> Seaside at lists.squeakfoundation.org
> http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
>



More information about the Seaside mailing list