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