mirror of
https://github.com/nineties/planckforth
synced 2025-01-13 08:01:10 +01:00
Export 'state'
This commit is contained in:
parent
99b11b12bd
commit
5c0247875f
1 changed files with 1 additions and 1 deletions
|
@ -2479,7 +2479,7 @@ need-defined (read)
|
|||
." s" bl '\n' cr space base decimal hex
|
||||
catch throw success
|
||||
: ; [ ] immediate create :noname does> variable constant
|
||||
' ['] compile [compile] literal
|
||||
' ['] compile [compile] literal state
|
||||
+ - * /mod / mod negate not and or xor invert within max min abs
|
||||
< > <= >= = <> 0< 0> 0<= 0>= 0= 0<> 1+ 1-
|
||||
u< u> u<= u>= lshift rshift 2* 2/
|
||||
|
|
Loading…
Reference in a new issue