aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorClyne Sullivan <clyne@bitgloo.com>2025-01-27 21:44:35 -0500
committerClyne Sullivan <clyne@bitgloo.com>2025-01-27 21:44:35 -0500
commit784f819f976042fbf683a452aa1e46dcff4a49a5 (patch)
treef2e7178599031c377da16c0ff4e4124e20e8c85d /README.md
parentd76d97f608ee9b4d61b4cc890ff589580ae4a017 (diff)
return stack words
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index ca0d89e..721d29f 100644
--- a/README.md
+++ b/README.md
@@ -12,7 +12,7 @@ Register usage is the only platform-specific requirement; otherwise, `foci` is w
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
+repeat >r r> 2>r 2r>
```
## Build instructions