(: Name: id-comma-expr-03 :) (: Description: Evaluation of insert expression used with comma expression where first :) (: expression is () and second expression is an updating expression. :) (: insert-start :) declare variable $input-context external; (: insert-end :) let $var :=$input-context/works[1]/employee[1] return ((),insert node 20 as last into $var)