blob: 4256c2df398b9104e1fd98c0f3ca1893e4f61759 [file] [log] [blame]
(:*******************************************************:)
(: Test: op-logical-or-071.xq :)
(: Written By: Lalith Kumar :)
(: Date: Thu May 12 05:53:51 2005 :)
(: Purpose: Logical 'or' using integer values :)
(:*******************************************************:)
<return>
{ xs:integer(-1) or xs:integer(0) }
</return>