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