diff options
author | Clyne Sullivan <clyne@bitgloo.com> | 2023-02-22 10:38:07 -0500 |
---|---|---|
committer | Clyne Sullivan <clyne@bitgloo.com> | 2023-02-22 10:38:07 -0500 |
commit | 90c27fd4c92e4e5dd44c81eacca7790d762116d9 (patch) | |
tree | da958b3a0a9cb1ee460a26612cf2d9bdca7c3964 /corewords.hpp | |
parent | 572a79b4c724d4c6c7770874bafc5546139f44b7 (diff) |
fix comments; add accept, invert, true/false, environment?
Diffstat (limited to 'corewords.hpp')
-rw-r--r-- | corewords.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/corewords.hpp b/corewords.hpp index d4eb881..9862beb 100644 --- a/corewords.hpp +++ b/corewords.hpp @@ -47,7 +47,7 @@ private: "+\0-\0*\0/\0%\0" "_@\0_!\0rot\0>r\0r>\0" "=\0<\0allot\0&\0|\0" - "^\0<<\0>>\0(\0:\1" + "^\0<<\0>>\0(\1:\1" ";\1here\0const\0depth\0" "key\0exit\0'\0execute\0_jmp\0" "_jmp0\0_lit\0literal\1_rdepth\0"; |