diff options
author | Clyne Sullivan <clyne@bitgloo.com> | 2025-01-27 21:23:47 -0500 |
---|---|---|
committer | Clyne Sullivan <clyne@bitgloo.com> | 2025-01-27 21:23:47 -0500 |
commit | d76d97f608ee9b4d61b4cc890ff589580ae4a017 (patch) | |
tree | 3d990246b1c106892fd81c65ccfc3796db9d0eec /README.md | |
parent | a2f70952e1979e47af6e181a107516efca11648c (diff) |
more loop words
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -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 |