| (:*******************************************************:) | |
| (: Test: op-logical-or-148.xq :) | |
| (: Written By: Lalith Kumar :) | |
| (: Date: Thu May 12 05:53:51 2005 :) | |
| (: Purpose: Logical 'or' using byte values :) | |
| (:*******************************************************:) | |
| <return> | |
| { xs:byte(127) or xs:byte(0) } | |
| </return> |