optimized interpreter using GCC's computed goto
[panda.git] / st / Dictionary.st
blob2b8efea21a2f58c16d9ba28a626d3b7ce43301a1
3 Dictionary method!
4 keyFor: anObject
5         ^ anObject key!
7 Dictionary method!
8 valueFor: anObject
9         ^ anObject value!