r7081: Add mprToInt() function.
[samba.git] / swat / scripting / test.esp
1 <h3>A esp include file</h3>
2 <%
3         function testfn(test) {
4                  return "the argument was " + test;
5         }
6 %>