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