summaryrefslogtreecommitdiff
path: root/test.stage
diff options
context:
space:
mode:
Diffstat (limited to 'test.stage')
-rw-r--r--test.stage13
1 files changed, 10 insertions, 3 deletions
diff --git a/test.stage b/test.stage
index 13155d3..87e4756 100644
--- a/test.stage
+++ b/test.stage
@@ -9,12 +9,19 @@ global
9{ 9{
10 command: "eat" object 10 command: "eat" object
11 { 11 {
12 pow(5, x*2); 12 display(object);
13 } 13 }
14} 14}
15 15
16function hello( a, b, c ) 16situation <<start>>
17{ 17{
18 a[x][y]; 18 setup
19 {
20 display("Hello");
21 }
22
23 enter
24 {
25 }
19} 26}
20 27