diff options
Diffstat (limited to 'tests/i.stage')
-rw-r--r-- | tests/i.stage | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/tests/i.stage b/tests/i.stage new file mode 100644 index 0000000..8c2e7fe --- /dev/null +++ b/tests/i.stage | |||
@@ -0,0 +1,17 @@ | |||
1 | situation <<start>> | ||
2 | { | ||
3 | enter | ||
4 | { | ||
5 | if true then | ||
6 | { | ||
7 | display("True"); | ||
8 | } | ||
9 | else | ||
10 | { | ||
11 | display("False"); | ||
12 | } | ||
13 | |||
14 | display("Done"); | ||
15 | } | ||
16 | } | ||
17 | |||