xor can be used for exclusive disj
This commit is contained in:
parent
9e3b363bfd
commit
ea0fbabedd
@ -1031,6 +1031,7 @@ static InitBinEntry InitBinTab[] = {
|
||||
{"\\/", op_or},
|
||||
{"#", op_xor},
|
||||
{"><", op_xor},
|
||||
{"xor", op_xor},
|
||||
{"atan2", op_atan2},
|
||||
/* C-Prolog exponentiation */
|
||||
{"^", op_power},
|
||||
|
Reference in New Issue
Block a user