SelectCase

Chris Muller chris at funkyobjects.org
Wed Jan 4 20:25:02 UTC 2006


Is that the "object-oriented" way or just YACI?

--- Ramon Leon <rleon at insario.com> wrote:

> How about...
> 
> (Dictionary new)
>     at: $c put: [self copy];
>     at: $x put: [self cut];
>     at: $v put: [self paste];
>     at: keyPressed ifAbsent:[].
> 



More information about the Squeak-dev mailing list