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