diff options
Diffstat (limited to 'test.stage')
| -rw-r--r-- | test.stage | 13 |
1 files changed, 12 insertions, 1 deletions
| @@ -18,8 +18,19 @@ situation <<start>> | |||
| 18 | setup | 18 | setup |
| 19 | { | 19 | { |
| 20 | name = "Bob"; | 20 | name = "Bob"; |
| 21 | name += " The Man"; | ||
| 21 | display("This is the setup phase for start, " + name); | 22 | display("This is the setup phase for start, " + name); |
| 22 | display("???"); | 23 | display( 5 == 6 ); |
| 24 | display( 5 == 5 ); | ||
| 25 | |||
| 26 | if name == "Bob The Man" then | ||
| 27 | { | ||
| 28 | display("You are bob"); | ||
| 29 | } | ||
| 30 | else | ||
| 31 | { | ||
| 32 | display("You are not bob"); | ||
| 33 | } | ||
| 23 | } | 34 | } |
| 24 | 35 | ||
| 25 | enter | 36 | enter |
