aboutsummaryrefslogtreecommitdiffstats
path: root/corewords.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'corewords.hpp')
-rw-r--r--corewords.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/corewords.hpp b/corewords.hpp
index ab34c78..4eb9d42 100644
--- a/corewords.hpp
+++ b/corewords.hpp
@@ -41,7 +41,7 @@ private:
// Ends with '\1': compile-only word
constexpr static char wordsarr[] =
"drop\0dup\0swap\0pick\0sys\0"
- "+\0-\0*\0/\0%\0"
+ "+\0-\0m*\0_/\0_%\0"
"_@\0_!\0>r\0r>\0=\0"
"<\0allot\0&\0|\0^\0"
"<<\0>>\0:\0'\0execute\0"