- function: !!js/function >
    function(context) {
      context.session["executed"] = "a";
    }

- equals: [ <% executed %>, "a" ]
