- contrib/examples
+ examples
* doc/dirstruc.txt
* doc/whatsnew.txt
* examples/hbdoc/Makefile
* examples/pp/Makefile
* examples/hboleold/Makefile
* examples/hbsqlit2/Makefile
* examples/misc/Makefile
* examples/hbapollo/Makefile
* examples/rdddbt/Makefile
* examples/guestbk/Makefile
* examples/pe/Makefile
* examples/hbgf/hbgfwin/Makefile
* examples/hbgf/hbgfos2/Makefile
* examples/hbgf/hbgfgtk/Makefile
* examples/hbgf/Makefile
* examples/uhttpd/readme.txt
* examples/dbu/Makefile
* examples/hscript/Makefile
* examples/hbwhat/Makefile
* examples/rl/Makefile
* examples/Makefile
* Moved to flatten our dir layout and sync the locations
in unified distro and source tree.
; TODO: As a next step I'll replace Makefiles with .hbm
files. This will allow users to build these parts
outside the source distribution.
20 lines
328 B
Haskell
20 lines
328 B
Haskell
<% FUNCTION Start()
|
|
/*
|
|
* $Id$
|
|
*/
|
|
|
|
/* 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 )%>
|