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