aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorClyne Sullivan <clyne@bitgloo.com>2025-01-27 21:23:47 -0500
committerClyne Sullivan <clyne@bitgloo.com>2025-01-27 21:23:47 -0500
commitd76d97f608ee9b4d61b4cc890ff589580ae4a017 (patch)
tree3d990246b1c106892fd81c65ccfc3796db9d0eec /README.md
parenta2f70952e1979e47af6e181a107516efca11648c (diff)
more loop words
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 4 insertions, 3 deletions
diff --git a/README.md b/README.md
index b6634f6..ca0d89e 100644
--- a/README.md
+++ b/README.md
@@ -9,9 +9,10 @@ Register usage is the only platform-specific requirement; otherwise, `foci` is w
## Available words
```
-dup drop swap rot -rot over tuck @ ! c@ c! + +! - * / mod and or xor _c [ ]
-, cell cell+ cells _d base here allot latest negate invert 1- 1+ aligned align
-: ; literal _b _bz if then else \' [\'] execute decimal hex . emit
+dup drop swap rot -rot over tuck @ ! c@ c! + +! - * / mod and or xor = < [ ] ,
+cell cell+ cells base here allot latest negate invert 1- 1+ aligned align : ;
+literal if then else ' ['] execute decimal hex . emit begin until again while
+repeat
```
## Build instructions