diff options
Diffstat (limited to '')
-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 | ||