Skip to content

Commit

Permalink
add xor processing
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike Archbold committed Aug 19, 2024
1 parent af29a01 commit 9c0a92b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/canary/metta_ontology.pfc.pl
Original file line number Diff line number Diff line change
Expand Up @@ -421,7 +421,7 @@
properties('&corelib','\\=', [logic, qhelp("Inequality test."), inequality]).
properties('&corelib','==', [logic, qhelp("Equality test."), equality_test]).
properties('&corelib','or', [logic, qhelp("Logical OR."), logical_or]).
properties('&corelib','xor', [logic, qhelp("Logical XOR."), logical_or])
properties('&corelib','xor', [logic, qhelp("Logical XOR."), logical_xor])
properties('&corelib','and', [logic, qhelp("Logical AND."), logical_and]).
properties('&corelib','not', [logic, qhelp("Logical NOT."), logical_not]).
properties('&corelib','quote', [evaluation_control, qhelp("Prevents evaluation, treating input as literal.")]).
Expand Down

0 comments on commit 9c0a92b

Please sign in to comment.