| \ Hashed dictionaries 15jul94py |
\ Hashed dictionaries 15jul94py |
| |
|
| \ Copyright (C) 1995-2003 Free Software Foundation, Inc. |
\ Copyright (C) 1995,1998,2000,2003,2006 Free Software Foundation, Inc. |
| |
|
| \ This file is part of Gforth. |
\ This file is part of Gforth. |
| |
|
| \ REPEAT drop |
\ REPEAT drop |
| [ has? ec [IF] ] ." Done" cr [ [THEN] ] ; |
[ has? ec [IF] ] ." Done" cr [ [THEN] ] ; |
| |
|
| ' hash-cold INIT8 chained |
:noname ( -- ) |
| |
defers 'cold |
| |
hash-cold |
| |
; is 'cold |
| |
|
| : .words ( -- ) |
: .words ( -- ) |
| base @ >r hex HashTable Hashlen 0 |
base @ >r hex HashTable Hashlen 0 |