[squeak-dev] Re: Can i has underscores? :)

Juan Vuletich juan at jvuletich.org
Thu Apr 15 15:27:06 UTC 2010


Igor Stasenko wrote:
> ...
> Interesting edge case :)
> Btw its inconsistent in current image:
> #( _ )
> printed as
>  #(#':=')
>   

To fix that, in #xUnderscore, just change the line that reads:
                ^token := #':='
to make it read:
                ^token := #'_'

I already did it for Cuis.

Cheers,
Juan Vuletich



More information about the Squeak-dev mailing list