document xor

This commit is contained in:
Vitor Santos Costa 2010-09-24 00:45:04 +01:00
parent f9e687a971
commit eb77cfb9ed

View File

@ -4084,6 +4084,8 @@ Integer bitwise conjunction.
Integer bitwise disjunction. Integer bitwise disjunction.
@item @var{X} # @var{Y} @item @var{X} # @var{Y}
@item @var{X} >< @var{Y}
@item xor(@var{X} , @var{Y})
Integer bitwise exclusive disjunction. Integer bitwise exclusive disjunction.
@item @var{X} << @var{Y} @item @var{X} << @var{Y}