blob: 6a71a73305ced551640cd67ffa1b87527573936a [file] [log] [blame]
(: Name: vardeclwithtype-3 :)
(: Description: Evaluates an internal variable declaration with type:)
(: Use type xs:decimal. :)
declare variable $var as xs:decimal := 100;
(: insert-start :)
declare variable $input-context1 external;
(: insert-end :)
$var