diff options
Diffstat (limited to 'test.stage')
-rw-r--r-- | test.stage | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/test.stage b/test.stage new file mode 100644 index 0000000..c242a44 --- /dev/null +++ b/test.stage | |||
@@ -0,0 +1,16 @@ | |||
1 | |||
2 | game.title = "Demo game"; | ||
3 | game.author = "Mike Buland"; | ||
4 | game.version = 1; | ||
5 | game.revision = 0; | ||
6 | game.start = <<start>>; | ||
7 | |||
8 | global | ||
9 | { | ||
10 | } | ||
11 | |||
12 | function hello( a, b, c ) | ||
13 | { | ||
14 | bob = 5 + 55 * 2 + 1; | ||
15 | } | ||
16 | |||