diff options
Diffstat (limited to 'test.stage')
-rw-r--r-- | test.stage | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -61,8 +61,9 @@ situation <<start>> | |||
61 | } | 61 | } |
62 | setup | 62 | setup |
63 | { | 63 | { |
64 | stuff = [5, 10, "bob"]; | 64 | stuff = {"things": 55, 112: "Bob"}; |
65 | display( stuff ); | 65 | display( stuff ); |
66 | display( 113 - 1 in stuff ); | ||
66 | exit(); | 67 | exit(); |
67 | } | 68 | } |
68 | 69 | ||