[fenix] 47/127: Added example skeleton

Peter Pentchev roam at ringlet.net
Thu Dec 17 14:39:34 UTC 2015


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 <miriam at debian.org>
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



More information about the Pkg-games-commits mailing list