From c46f531b6bb62d7dd947504a1c731efb5eb57ef5 Mon Sep 17 00:00:00 2001 From: Clyne Sullivan Date: Sat, 11 Mar 2023 16:32:48 -0500 Subject: u< um/mod --- libalee/corewords.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libalee/corewords.hpp') diff --git a/libalee/corewords.hpp b/libalee/corewords.hpp index c08c4cd..f6465c4 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 = 35; + constexpr static std::size_t WordCount = 37; constexpr static int Semicolon = 26; /** @@ -54,7 +54,7 @@ public: "<<\0>>\0:\0_'\0execute\0" "exit\0;\0_jmp0\0_jmp\0" "depth\0_rdepth\0_in\0_ev\0find\0" - "um*\0"; + "um*\0u<\0um/mod\0"; }; #endif // ALEEFORTH_COREWORDS_HPP -- cgit v1.2.3