Use >< for xor (Paulo Mour, Iso meeting)
This commit is contained in:
parent
a1e6a2baa7
commit
22ac3ee80b
@ -1092,6 +1092,7 @@ static InitBinEntry InitBinTab[] = {
|
|||||||
{"/\\", op_and},
|
{"/\\", op_and},
|
||||||
{"\\/", op_or},
|
{"\\/", op_or},
|
||||||
{"#", op_xor},
|
{"#", op_xor},
|
||||||
|
{"><", op_xor},
|
||||||
{"atan2", op_atan2},
|
{"atan2", op_atan2},
|
||||||
/* C-Prolog exponentiation */
|
/* C-Prolog exponentiation */
|
||||||
{"^", op_power},
|
{"^", op_power},
|
||||||
|
Reference in New Issue
Block a user