summaryrefslogtreecommitdiff
path: root/test.stage
diff options
context:
space:
mode:
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 )