/[webpac]/openisis/0.9.0/foo.oip
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Annotation of /openisis/0.9.0/foo.oip

Parent Directory Parent Directory | Revision Log Revision Log


Revision 238 - (hide annotations)
Mon Mar 8 17:46:16 2004 UTC (20 years ago) by dpavlin
File size: 333 byte(s)
tagging openisis 0.9.0

1 dpavlin 237 #!/opt/openisis/oip
2     <html>
3     <%! int i;
4     static void foo () {
5     /* as an extension over common JSP-behaviour,
6     a global %! block *ending* with !% introduces
7     literal-printing code to be added outside of main
8     */
9     !%>
10     lala
11     <%!
12     }
13     %>
14     <%
15     for ( i=0; i<3; i++ ) {
16     %>
17     bla <%=i%> blub <%="%f",i/3.%>
18     <%
19     }
20     foo();
21     %>
22     <%!
23     int j;
24     %>
25     </html>

Properties

Name Value
svn:executable

  ViewVC Help
Powered by ViewVC 1.1.26