SWI supports xor operator.
This commit is contained in:
parent
51f6f509e1
commit
99b2347cd8
7
C/init.c
7
C/init.c
@ -400,9 +400,7 @@ static Opdef Ops[] = {
|
||||
{"\\/", yfx, 500},
|
||||
{"><", yfx, 500},
|
||||
{"#", yfx, 500},
|
||||
{"+", fx, 200},
|
||||
{"-", fy, 200},
|
||||
{"\\", fy, 200},
|
||||
{"xor", yfx, 400},
|
||||
{"rdiv", yfx, 400},
|
||||
{"*", yfx, 400},
|
||||
{"/", yfx, 400},
|
||||
@ -411,6 +409,9 @@ static Opdef Ops[] = {
|
||||
{">>", yfx, 400},
|
||||
{"mod", yfx, 400},
|
||||
{"rem", yfx, 400},
|
||||
{"+", fx, 200},
|
||||
{"-", fy, 200},
|
||||
{"\\", fy, 200},
|
||||
{"//", yfx, 400},
|
||||
{"**", xfx, 200},
|
||||
{"^", xfy, 200}
|
||||
|
Reference in New Issue
Block a user