blob: 713b9797894ffd2fa6bc866df49bf7ec9691bde4 [file] [log] [blame]
(:*******************************************************:)
(: Test: op-logical-or-002.xq :)
(: Written By: Lalith Kumar :)
(: Date: Thu May 12 05:53:51 2005 :)
(: Purpose: Logical 'or' using boolean values :)
(:*******************************************************:)
<return>
{ true() or false() }
</return>