mirror of
https://github.com/nineties/planckforth
synced 2024-12-25 21:58:22 +01:00
export arshift
This commit is contained in:
parent
003c9c2fa1
commit
47e75ab015
1 changed files with 1 additions and 1 deletions
|
@ -2733,7 +2733,7 @@ variable included-list
|
|||
' ['] compile 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/
|
||||
u< u> u<= u>= lshift rshift arshift 2* 2/
|
||||
|
||||
true false
|
||||
|
||||
|
|
Loading…
Reference in a new issue