%@language=JScript%> <%-- comment --%> Start <%Response.Write("1")%> <%var x=3;//comment%> <%x=3;//comment ?> %> <%Response.Write(x)%> <%Response.Write(`template ${2+2}`)%> End