summaryrefslogtreecommitdiff
path: root/test.stage
diff options
context:
space:
mode:
Diffstat (limited to 'test.stage')
-rw-r--r--test.stage14
1 files changed, 13 insertions, 1 deletions
diff --git a/test.stage b/test.stage
index c242a44..a1c6ab3 100644
--- a/test.stage
+++ b/test.stage
@@ -11,6 +11,18 @@ global
11 11
12function hello( a, b, c ) 12function hello( a, b, c )
13{ 13{
14 bob = 5 + 55 * 2 + 1; 14 joe = a;
15 if b < c then
16 {
17 sam = b * c + 1;
18 }
19 else if something <= c then
20 {
21 x * 43;
22 }
23 while true do
24 {
25 bob = 5 + 55 * 2 + 1;
26 }
15} 27}
16 28