diff options
author | Clyne Sullivan <clyne@bitgloo.com> | 2023-03-11 16:11:24 -0500 |
---|---|---|
committer | Clyne Sullivan <clyne@bitgloo.com> | 2023-03-11 16:11:24 -0500 |
commit | f186ff2a22459ebf2fd83b63b66370d018dcbbef (patch) | |
tree | 2b563accc27a0855dc2089e347798df351cc0e7a /libalee/corewords.hpp | |
parent | 400e277b0c111739ea4ed426328cbcc4472744df (diff) |
find
Diffstat (limited to 'libalee/corewords.hpp')
-rw-r--r-- | libalee/corewords.hpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libalee/corewords.hpp b/libalee/corewords.hpp index 5798f59..684b94b 100644 --- a/libalee/corewords.hpp +++ b/libalee/corewords.hpp @@ -31,7 +31,7 @@ void user_sys(State&); class CoreWords { public: - constexpr static std::size_t WordCount = 33; + constexpr static std::size_t WordCount = 34; constexpr static int Semicolon = 26; /** @@ -53,7 +53,7 @@ public: "<\0&\0|\0^\0" "<<\0>>\0:\0_'\0execute\0" "exit\0;\0_jmp0\0_jmp\0" - "depth\0_rdepth\0_in\0_ev\0"; + "depth\0_rdepth\0_in\0_ev\0find\0"; }; #endif // ALEEFORTH_COREWORDS_HPP |