blob: 7320fa5e50d3383392d05d71cb49a9f193367b0d [file] [log] [blame]
(: Name: letexprwith-14 :)
(: Description: Let clause using the fn:not function. :)
let $var as xs:boolean := fn:not(fn:true())
return $var