Delimit a server language section
ASP

Delimit the start and end of a block of text that should be treated as an ASP, JSP or eRuby language block.
Syntax
This syntax may be used for ASPX templates, JavaServer pages, and eRuby templates.
The syntax consists of starting and ending delimiters, with valid ASPX, JSP or eRuby syntax between.
The starting delimiter is a less-than + percent <%.
The ending delimiter is a percent + greater-than %>.
<% ASPX code %>
<% JSP code %>
<% eRuby code %>