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