aboutsummaryrefslogtreecommitdiffstats
path: root/libalee/corewords.hpp
diff options
context:
space:
mode:
authorClyne Sullivan <clyne@bitgloo.com>2023-03-11 16:24:25 -0500
committerClyne Sullivan <clyne@bitgloo.com>2023-03-11 16:24:25 -0500
commitbf7fe756a175a90dd82e970e5d620c6d8c459c17 (patch)
tree82dab52271f35db08177410ab1ef94cfe1d66be7 /libalee/corewords.hpp
parentf186ff2a22459ebf2fd83b63b66370d018dcbbef (diff)
u. um*
Diffstat (limited to 'libalee/corewords.hpp')
-rw-r--r--libalee/corewords.hpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/libalee/corewords.hpp b/libalee/corewords.hpp
index 684b94b..c08c4cd 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 = 34;
+ constexpr static std::size_t WordCount = 35;
constexpr static int Semicolon = 26;
/**
@@ -53,7 +53,8 @@ public:
"<\0&\0|\0^\0"
"<<\0>>\0:\0_'\0execute\0"
"exit\0;\0_jmp0\0_jmp\0"
- "depth\0_rdepth\0_in\0_ev\0find\0";
+ "depth\0_rdepth\0_in\0_ev\0find\0"
+ "um*\0";
};
#endif // ALEEFORTH_COREWORDS_HPP