mirror of
https://github.com/nineties/planckforth
synced 2024-12-25 21:58:22 +01:00
fix a bug
This commit is contained in:
parent
370a8b0198
commit
ba7a8b2781
1 changed files with 1 additions and 1 deletions
|
@ -2716,7 +2716,7 @@ variable included-list
|
||||||
2rot -2rot 2tuck 2over 2nip 2swap 2dup 2drop 3dup 3drop depth
|
2rot -2rot 2tuck 2over 2nip 2swap 2dup 2drop 3dup 3drop depth
|
||||||
rp0 rp@ rp! r> >r r@ rdrop rpick rdepth
|
rp0 rp@ rp! r> >r r@ rdrop rpick rdepth
|
||||||
|
|
||||||
allocate free allot memcpy strlen streq strneq strcpy strncpy,
|
allocate free allot memcpy strlen streq strneq strcpy strncpy
|
||||||
cell cell+ cell- cells char+ char- chars align aligned +! -!
|
cell cell+ cell- cells char+ char- chars align aligned +! -!
|
||||||
|
|
||||||
if else then unless begin until again while repeat
|
if else then unless begin until again while repeat
|
||||||
|
|
Loading…
Reference in a new issue