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