repo.or.cz
/
panda.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
optimized interpreter using GCC's computed goto
[panda.git]
/
st
/
Dictionary.st
blob
2b8efea21a2f58c16d9ba28a626d3b7ce43301a1
1
2
3
Dictionary method!
4
keyFor: anObject
5
^ anObject key!
6
7
Dictionary method!
8
valueFor: anObject
9
^ anObject value!