blob: b761b6178ff4cc8af31c3699dcee057adb625d7a [file] [log] [blame]
(: Name: letexprwith-13 :)
(: Description: Let clause using the fn:count function. :)
let $var as xs:integer := fn:count((100,200))
return $var