<%! String pageTitle = "MY FIRST JSP moo"; %>
<%@ include file="St10CommonTop.jsp" %>

   <%--	a JSP comment before another declaration --%>

    <%!	int value = 42;	%>

    <%-- Moo --%>

    <!-- Baa -->

    <h2> value is: <%= value * 2 %> </h2>

<%@ include file="St10CommonBottom.jsp" %>