From 45a7c61e63efef5edae68012b33bccca311ed62b Mon Sep 17 00:00:00 2001 From: kitty Date: Tue, 17 Mar 2026 22:11:35 +1100 Subject: [ and ] --- readme.md | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'readme.md') diff --git a/readme.md b/readme.md index b53648c..6416c28 100644 --- a/readme.md +++ b/readme.md @@ -21,6 +21,12 @@ the following is a list of words available in this forth. ### `#tib ( -- a )` variable containing the amount of characters in the input buffer. +### `[ ( -- ) IMMEDIATE` +set the system to interpret mode. + +### `] ( -- ) IMMEDIATE` +set the system to compiling mode. + ### `>body ( xt -- a )` yield the code field of xt. -- cgit v1.2.3