diff options
author | Mike Buland <eichlan@xagasoft.com> | 2011-12-27 00:50:23 -0700 |
---|---|---|
committer | Mike Buland <eichlan@xagasoft.com> | 2011-12-27 00:50:23 -0700 |
commit | 550d4f13ace49e3d442e43d46cd066f174709400 (patch) | |
tree | 73f3298ec7a504cd5d2ddfbbab71f90e61916686 /test.stage | |
parent | 40e08192a08f55b5090d5ef28f48c74613e2e5a0 (diff) | |
download | stage-550d4f13ace49e3d442e43d46cd066f174709400.tar.gz stage-550d4f13ace49e3d442e43d46cd066f174709400.tar.bz2 stage-550d4f13ace49e3d442e43d46cd066f174709400.tar.xz stage-550d4f13ace49e3d442e43d46cd066f174709400.zip |
more and more making it into the Ast.
Diffstat (limited to 'test.stage')
-rw-r--r-- | test.stage | 14 |
1 files changed, 1 insertions, 13 deletions
@@ -11,18 +11,6 @@ global | |||
11 | 11 | ||
12 | function hello( a, b, c ) | 12 | function hello( a, b, c ) |
13 | { | 13 | { |
14 | joe = a; | 14 | a[x][y]; |
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 | } | ||
27 | } | 15 | } |
28 | 16 | ||