This is an automated email from the git hooks/post-receive script.

roam-guest pushed a commit to branch master
in repository fenix.

commit ca161b8cafb9afa674bf2013676ec8acbe329292
Author: Miriam Ruiz <[email protected]>
Date:   Sun Aug 5 18:12:28 2007 +0000

    Added example skeleton
---
 debian/examples/skeleton.prg | 25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)

diff --git a/debian/examples/skeleton.prg b/debian/examples/skeleton.prg
new file mode 100644
index 0000000..f0b7ab6
--- /dev/null
+++ b/debian/examples/skeleton.prg
@@ -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

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-games/fenix.git

_______________________________________________
Pkg-games-commits mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

Reply via email to