September 2017 Update

This commit is contained in:
Ingy döt Net 2017-09-23 10:01:46 +02:00
parent bba7bfd280
commit ba8067c3b7
14570 changed files with 153136 additions and 63871 deletions

View file

@ -16,7 +16,7 @@ create w 256 allot \ counted string
: free-dict forth-wordlist set-current ;
: in-dict? ( key len -- ? ) \ can assume len > 1
: in-dict? ( key len -- ? ) \ can assume len > 1
dict search-wordlist dup if nip then ;
: lookup-dict ( key len -- symbol )
@ -83,7 +83,7 @@ create entry 256 allot
else
abort" bad symbol!"
then then
entry count type \ output
entry count type \ output
entry 1+ c@ w+c
w count add-symbol
entry count w place