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