Question about arrays.

Francisco A. Lizarralde frankliz at argenet.com.ar
Fri Sep 6 21:57:59 UTC 2002


Hi,

I have an Array with Fractions like this

#((3/4) (2/3))

If I inspect (3/4) I look that it is a Fraction.

If I inspect the former Array, I look that it has two elements, but when
I inspect the first element of it, I look that it is another Array with
tree elements, like this

#( 3 #/ 4) not a Fraction.

Could anybody tell me, how I can solve this ?

Thanks in Advance.

Francisco.



More information about the Squeak-dev mailing list