r3563 - in packages/trunk/fenix/debian: . examples

Miriam Ruiz baby-guest at alioth.debian.org
Sun Aug 5 18:12:28 UTC 2007


Author: baby-guest
Date: 2007-08-05 18:12:28 +0000 (Sun, 05 Aug 2007)
New Revision: 3563

Added:
   packages/trunk/fenix/debian/examples/
   packages/trunk/fenix/debian/examples/skeleton.prg
Log:
Added example skeleton



Added: packages/trunk/fenix/debian/examples/skeleton.prg
===================================================================
--- packages/trunk/fenix/debian/examples/skeleton.prg	                        (rev 0)
+++ packages/trunk/fenix/debian/examples/skeleton.prg	2007-08-05 18:12:28 UTC (rev 3563)
@@ -0,0 +1,25 @@
+Program name;
+//includes (can be anywhere)
+include "archive.extension";
+Global
+//global variables
+BEGIN
+//process calls
+process_name();
+LOOP
+//CODE
+FRAME;
+END
+
+END
+
+//PROCESSED
+Process process_name();
+Private
+//process variables
+Begin
+
+LOOP
+FRAME;
+END
+END




More information about the Pkg-games-commits mailing list