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