summaryrefslogtreecommitdiff
path: root/swat/scripting/test.esp
blob: 614a42410c3059eb37011449f68fc1f8e931bf2b (plain)
1
2
3
4
5
6
<h3>A esp include file</h3>
<%
	function testfn(test) {
		 return "the argument was " + test;
	}
%>