blob: a14a8170abf7696d3ff5d491723867037ffb8e2f [file] [log] [blame]
(: Name: letexprwith-21 :)
(: Description: Let clause using a casting from boolean to string :)
let $var as xs:string := xs:string(fn:true())
return $var