From 570984416d92bb3d355b59a5292b8d392aad93b4 Mon Sep 17 00:00:00 2001 From: kitty Date: Mon, 23 Mar 2026 13:37:15 +1100 Subject: boolean words --- readme.md | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'readme.md') diff --git a/readme.md b/readme.md index 07cb0b6..23460bc 100644 --- a/readme.md +++ b/readme.md @@ -311,6 +311,9 @@ which is used as the user memory space. ### `execute ( xt -- )` call the word xt. +### `false ( -- u )` +a cell with no bits set. + ### `find ( a u -- a u 0 | a -1 )` look in the dictionary for the word a (of u characters). a zero is returned along with the original given string @@ -432,6 +435,9 @@ conclude an if statement. ### `tib ( -- a )` a variable containing the address of the current input buffer. +### `true ( -- u )` +a cell with all bits set. + ### `type ( a u -- )` write u characters at a to output. -- cgit v1.2.3