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