[BUG][FIX] Character>>alphabet

Andrew C. Greenberg werdna at gate.net
Tue Dec 14 02:14:04 UTC 1999


>Hi
>
>Um, if I remember my Sesame Street correctly,
>
>Character>>alphabet
>
>alphabet
>	^ 'abdcefghijklmnopqrstuvwxyz'
>
>should actually be:
>
>alphabet
>	^ 'abcdefghijklmnopqrstuvwxyz'
>             ^^
>
>I guess this method hasn't been used much?

That's funny.  Actually, I have used it, but typically in expressions like:

	Character alphabet do: aBlock

where I didn't care about the order.





More information about the Squeak-dev mailing list