Files
harbour-core/harbour/tests/working/hscript/ugly.hs
1999-07-12 18:20:28 +00:00

17 lines
306 B
Haskell

<% FUNCTION Main()
/* Written by Felipe Coury <fcoury@flexsys-ci.com>
* www - http://www.harbour-project.org
*
*/
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 )%>