blob: 32642adf2fc0204679e0caa3b7e2ef24fc9a592d [file] [log] [blame]
(: Name: letexprwith-20 :)
(: Description: Let clause using a casting from double to string :)
let $var as xs:string := xs:string((xs:double(100E2)))
return $var