blob: eb91de785d27f29350cdd7bf2fb0a208d7efd8c8 [file] [log] [blame]
(: Name: letexprwith-15 :)
(: Description: Let clause using the "and" operator function. :)
let $var as xs:boolean := fn:true() and fn:true()
return $var