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