aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
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