diff options
author | Clyne Sullivan <clyne@bitgloo.com> | 2023-02-27 08:39:21 -0500 |
---|---|---|
committer | Clyne Sullivan <clyne@bitgloo.com> | 2023-02-27 08:39:21 -0500 |
commit | f63c4dec8ae2ae7e460a5ac00fd55cdc7972008a (patch) | |
tree | f7bcdf05cbb31b0bbf6c2f238a58877292f17292 /corewords.hpp | |
parent | c5db61d59fd75b786bd3e5a57a163d37df20a8b9 (diff) |
key in forth; abort"; draft find
Diffstat (limited to 'corewords.hpp')
-rw-r--r-- | corewords.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/corewords.hpp b/corewords.hpp index 56f7703..9546ac1 100644 --- a/corewords.hpp +++ b/corewords.hpp @@ -45,7 +45,7 @@ private: "<\0&\0|\0^\0" "<<\0>>\0:\0'\0execute\0" "exit\0;\0_jmp0\0_jmp\0" - "depth\0_rdepth\0key\0"; + "depth\0_rdepth\0_in\0"; }; #endif // ALEEFORTH_COREWORDS_HPP |