summaryrefslogtreecommitdiff
path: root/test.stage
diff options
context:
space:
mode:
Diffstat (limited to 'test.stage')
-rw-r--r--test.stage6
1 files changed, 6 insertions, 0 deletions
diff --git a/test.stage b/test.stage
index c19dac9..3fa32c0 100644
--- a/test.stage
+++ b/test.stage
@@ -57,5 +57,11 @@ situation <<stuff>>
57 enter 57 enter
58 { 58 {
59 display('''Entered stuff''' + player.name); 59 display('''Entered stuff''' + player.name);
60 count = 0;
61 while count < 5 do
62 {
63 display('thing to count!');
64 count += 1;
65 }
60 } 66 }
61} 67}