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