From 40e08192a08f55b5090d5ef28f48c74613e2e5a0 Mon Sep 17 00:00:00 2001 From: Mike Buland Date: Tue, 27 Dec 2011 00:32:12 -0700 Subject: Wow, a whole lot of code builds now. --- test.stage | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) (limited to 'test.stage') diff --git a/test.stage b/test.stage index c242a44..a1c6ab3 100644 --- a/test.stage +++ b/test.stage @@ -11,6 +11,18 @@ global function hello( a, b, c ) { - bob = 5 + 55 * 2 + 1; + joe = a; + if b < c then + { + sam = b * c + 1; + } + else if something <= c then + { + x * 43; + } + while true do + { + bob = 5 + 55 * 2 + 1; + } } -- cgit v1.2.3