<%
var a =1;

if(a==1){
    {
     var b =1;
    }
%>
<#html:set value="${2}" $export="b"/>
<%}%>
${a+b}
end