Files
harbour-core/harbour/samples/hscript/ugly.hs
1999-10-04 17:41:59 +00:00

17 lines
312 B
Haskell

<% FUNCTION Main()
/* Written by Felipe Coury <fcoury@flexsys-ci.com>
* www - http://www.harbour-project.org
*
*/
LOCAL a := "Hello Mom!" %><HTML><BODY><%
OutStd( a ) %><P>This is a <B>very ugly</B> script!!!<%
OutStd( "Line 2" )
%>
<P>
<%
OutStd( a, a, a )
%>
</HTML><%RETURN( NIL )%>