JSP Scriptlet
<% int count=0; for (int i=0; i<10; i++) { count += i; } out.println("count="+count); %>