diff options
Diffstat (limited to 'test.stage')
-rw-r--r-- | test.stage | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -7,6 +7,10 @@ game.start = <<start>>; | |||
7 | 7 | ||
8 | global | 8 | global |
9 | { | 9 | { |
10 | command: "eat" object | ||
11 | { | ||
12 | pow(5, x*2); | ||
13 | } | ||
10 | } | 14 | } |
11 | 15 | ||
12 | function hello( a, b, c ) | 16 | function hello( a, b, c ) |