mirror of
https://github.com/nineties/planckforth
synced 2025-01-14 08:01:27 +01:00
add "state"
This commit is contained in:
parent
344c425955
commit
b32bb02876
1 changed files with 1 additions and 0 deletions
1
core.fs
1
core.fs
|
@ -455,6 +455,7 @@ alias-builtin xor ^
|
||||||
: >cfa G ;
|
: >cfa G ;
|
||||||
: c, B ;
|
: c, B ;
|
||||||
: cmove, m ;
|
: cmove, m ;
|
||||||
|
: state M ;
|
||||||
|
|
||||||
: here &here @ ;
|
: here &here @ ;
|
||||||
: latest &latest @ ;
|
: latest &latest @ ;
|
||||||
|
|
Loading…
Reference in a new issue