1
0
mirror of https://github.com/mgcaret/of816.git synced 2024-05-28 14:41:27 +00:00

regen forth_dictionary.md

This commit is contained in:
mgcaret 2020-01-21 23:45:51 -08:00
parent aeb2eeed27
commit 2310e3b18d

View File

@ -1,6 +1,6 @@
# Forth Dictionary
Updated: 2020-01-21 23:40:51 -0800
Updated: 2020-01-21 23:45:31 -0800
## !
@ -589,7 +589,7 @@ _( n -- )_ allocate n bytes in the dictionary
## ALSO
_( -- )_ Fuplicate the first wordlist in the search order.
_( -- )_ Duplicate the first wordlist in the search order.
## AND