Right, this is html text. And this ' is escaped. <% if ( !arguments.length ) { %>

Nothing was passed

<% } %> <%=

This is E4X

%> <%h="This is HTML Escaped !"%> <%u="This is URL Encoded"%> <%= this.someFunction( %>What the? I'm being passed as a function? And echoed from there?<% ); %>