summaryrefslogtreecommitdiff
path: root/test.stage
diff options
context:
space:
mode:
Diffstat (limited to 'test.stage')
-rw-r--r--test.stage3
1 files changed, 2 insertions, 1 deletions
diff --git a/test.stage b/test.stage
index 1c58991..ff159ff 100644
--- a/test.stage
+++ b/test.stage
@@ -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