blob: 787cd151d49ebf4664a3630e424de01541ab26b9 [file] [log] [blame]
(: Name: letexprwith-17 :)
(: Description: Let clause using the "string-length" function. :)
let $var as xs:integer := fn:string-length("A String")
return $var