blob: 8cd3e3e45334ad0efbeb6fa34eb0080469f28524 [file] [log] [blame]
(:*******************************************************:)
(: Test: op-logical-and-145.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(1) }
</return>