summaryrefslogtreecommitdiff
path: root/test.stage
diff options
context:
space:
mode:
authorMike Buland <eichlan@xagasoft.com>2011-12-29 10:27:38 -0700
committerMike Buland <eichlan@xagasoft.com>2011-12-29 10:27:38 -0700
commitbae6192c54533e8da95d8ae1ed4d4eccee28c39a (patch)
treef27b03b518894420992ad1a3ed3ee1a07935ca4b /test.stage
parent550d4f13ace49e3d442e43d46cd066f174709400 (diff)
downloadstage-bae6192c54533e8da95d8ae1ed4d4eccee28c39a.tar.gz
stage-bae6192c54533e8da95d8ae1ed4d4eccee28c39a.tar.bz2
stage-bae6192c54533e8da95d8ae1ed4d4eccee28c39a.tar.xz
stage-bae6192c54533e8da95d8ae1ed4d4eccee28c39a.zip
Getting close to realy running.
Diffstat (limited to 'test.stage')
-rw-r--r--test.stage4
1 files changed, 4 insertions, 0 deletions
diff --git a/test.stage b/test.stage
index a705c93..13155d3 100644
--- a/test.stage
+++ b/test.stage
@@ -7,6 +7,10 @@ game.start = <<start>>;
7 7
8global 8global
9{ 9{
10 command: "eat" object
11 {
12 pow(5, x*2);
13 }
10} 14}
11 15
12function hello( a, b, c ) 16function hello( a, b, c )