aboutsummaryrefslogtreecommitdiffstats
path: root/corewords.hpp
diff options
context:
space:
mode:
authorClyne Sullivan <clyne@bitgloo.com>2023-02-14 14:35:29 -0500
committerClyne Sullivan <clyne@bitgloo.com>2023-02-14 14:35:29 -0500
commita506b65bdd589997195e3f93222c37a539a29a28 (patch)
tree558f259f9e3eb2b8d1a03ced527b649bf0c5ed86 /corewords.hpp
parent18bcd5dd0e283100d25ca44e60f1705f3c028456 (diff)
allow byte indexing
Diffstat (limited to 'corewords.hpp')
-rw-r--r--corewords.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/corewords.hpp b/corewords.hpp
index 2d894a1..24e1415 100644
--- a/corewords.hpp
+++ b/corewords.hpp
@@ -43,11 +43,11 @@ private:
constexpr static char wordsarr[] =
"drop\0dup\0swap\0pick\0sys\0"
"+\0-\0*\0/\0%\0"
- "@\0!\0rot\0>r\0r>\0"
+ "_@\0_!\0rot\0>r\0r>\0"
"=\0<\0allot\0&\0|\0"
"^\0<<\0>>\0(\0:\0"
";\1here\0imm\0const\0"
- "if\1then\1else\1depth\0";
+ "if\1then\1else\1depth\0";
static Func get(int);