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