Files
harbour-core/harbour/tests/working/hscript/ugly.hs
1999-06-24 18:24:35 +00:00

12 lines
210 B
Haskell

<% FUNCTION Main()
LOCAL a := "Hello Mom!" %><HTML><BODY><%
qOut( a ) %><P>This is a <B>very ugly</B> script!!!<%
qOut( "Line 2" )
%>
<P>
<%
qOut( a, a, a )
%>
</HTML><%RETURN( NIL )%>