export arshift

This commit is contained in:
Koichi Nakamura 2022-01-09 17:33:45 +09:00
parent 003c9c2fa1
commit 47e75ab015

View file

@ -2733,7 +2733,7 @@ variable included-list
' ['] compile compile, [compile] literal state ' ['] compile compile, [compile] literal state
+ - * /mod / mod negate not and or xor invert within max min abs + - * /mod / mod negate not and or xor invert within max min abs
< > <= >= = <> 0< 0> 0<= 0>= 0= 0<> 1+ 1- < > <= >= = <> 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 true false