diff options
Diffstat (limited to 'test.stage')
-rw-r--r-- | test.stage | 13 |
1 files changed, 10 insertions, 3 deletions
@@ -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 | ||
16 | function hello( a, b, c ) | 16 | situation <<start>> |
17 | { | 17 | { |
18 | a[x][y]; | 18 | setup |
19 | { | ||
20 | display("Hello"); | ||
21 | } | ||
22 | |||
23 | enter | ||
24 | { | ||
25 | } | ||
19 | } | 26 | } |
20 | 27 | ||