revert tweak
parent
3174f87b67
commit
8de238eece
|
@ -47,7 +47,7 @@ SYMBOL: vocabularies
|
||||||
: lookup ( name vocab -- word ) vocab ?hash ;
|
: lookup ( name vocab -- word ) vocab ?hash ;
|
||||||
|
|
||||||
: search ( name vocabs -- word )
|
: search ( name vocabs -- word )
|
||||||
dupd [ lookup ] find nip ?hash ;
|
[ lookup ] map-with [ ] find nip ;
|
||||||
|
|
||||||
: reveal ( word -- )
|
: reveal ( word -- )
|
||||||
#! Add a new word to its vocabulary.
|
#! Add a new word to its vocabulary.
|
||||||
|
|
Loading…
Reference in New Issue