Add definition for xor.
This commit is contained in:
parent
387d9d4ed4
commit
307a421fab
|
|
@ -136,3 +136,4 @@ _isnt_two_bools [_isnt_bool] ii
|
||||||
_\/_ [_isnt_bool] [not] branch
|
_\/_ [_isnt_bool] [not] branch
|
||||||
/\ _isnt_two_bools [pop false] [] branch
|
/\ _isnt_two_bools [pop false] [] branch
|
||||||
\/ _isnt_two_bools [] [pop true] branch
|
\/ _isnt_two_bools [] [pop true] branch
|
||||||
|
xor [] [not] branch
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue