Fixed an incorrect word name (thanks /u/lalalalalalala71)

This commit is contained in:
Peter Fidelman 2023-03-24 22:05:49 -07:00
parent 81bc881705
commit 91a9a10e7a

View file

@ -2320,7 +2320,7 @@ fn build_dictionary(c: &mut Core) {
//@ with the contents of the input buffer.
// dispatch ( xt -- )
d.entry(); d.name(9, *b"int"); let dispatch = d.here;
d.entry(); d.name(8, *b"dis"); let dispatch = d.here;
forth!(
/* If the word was found in the dictionary, treat it as a word. */
DUP, Q, do_word,