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