blob: 5c42c625811149b658d55581723a1bef35c9f150 [file] [log] [blame]
(:*******************************************************:)
(: Test: op-logical-and-031.xq :)
(: Written By: Lalith Kumar :)
(: Date: Thu May 12 05:50:40 2005 :)
(: Purpose: Logical 'and' using number values :)
(:*******************************************************:)
<return>
{ 1 and 0 }
</return>