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