diff options
| author | Mike Buland <eichlan@xagasoft.com> | 2012-02-06 12:22:27 -0700 |
|---|---|---|
| committer | Mike Buland <eichlan@xagasoft.com> | 2012-02-06 12:22:27 -0700 |
| commit | 9de9d4e733ce872806c569334af4c9ace01db203 (patch) | |
| tree | cd401af5f0e158807238d6f9215f16a2c202b3dc /test.stage | |
| parent | 315dd7104f02a278b9ade41345060ed5f6825fbb (diff) | |
| download | stage-8641500961e6b6128e3a0d5f142a5e9f0af759bc.tar.gz stage-8641500961e6b6128e3a0d5f142a5e9f0af759bc.tar.bz2 stage-8641500961e6b6128e3a0d5f142a5e9f0af759bc.tar.xz stage-8641500961e6b6128e3a0d5f142a5e9f0af759bc.zip | |
Important bugfix in stack code. Thanks david!0.04
Diffstat (limited to 'test.stage')
| -rw-r--r-- | test.stage | 14 |
1 files changed, 9 insertions, 5 deletions
| @@ -13,15 +13,19 @@ global | |||
| 13 | } | 13 | } |
| 14 | } | 14 | } |
| 15 | 15 | ||
| 16 | function getVal() | ||
| 17 | { | ||
| 18 | global.stuff = {'hi': 5 }; | ||
| 19 | } | ||
| 20 | |||
| 16 | situation <<start>> | 21 | situation <<start>> |
| 17 | { | 22 | { |
| 18 | setup | 23 | setup |
| 19 | { | 24 | { |
| 20 | x = [5, 4, 3]; | 25 | if true then |
| 21 | x = x + [[9, 8, 7]]; | 26 | { |
| 22 | display( debugString( x ) ); | 27 | getVal(); |
| 23 | 28 | } | |
| 24 | exit(); | ||
| 25 | } | 29 | } |
| 26 | 30 | ||
| 27 | enter | 31 | enter |
