blob: e928f736895849a9e67604d0063d0517019a2c58 [file] [log] [blame]
(:*******************************************************:)
(: Test: op-logical-and-150.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(0) }
</return>