X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=coree.h;h=8f1ad502843b605736d16556e8d592b2a7975bb5;hb=58cdc9ad6f93110cc14e9ba88f3f72736e07b111;hp=c43a185c2d2270e37204100893da41a915447996;hpb=ef65b7aa8aa9801818dfe1de1f4a434719cc62e1;p=debian%2Fyforth diff --git a/coree.h b/coree.h index c43a185..8f1ad50 100644 --- a/coree.h +++ b/coree.h @@ -67,6 +67,7 @@ code(u_greater_than, "u>", 0) code(unused, "unused", 0) code(within, "within", 0) code(backslash, "\\", IMMEDIATE) +code(backslash, "#!", IMMEDIATE) code(bracket_compile, "[compile]", COMP_ONLY) code(value, "value", 0) code(to, "to", IMMEDIATE)