comparison python/testc3.py @ 180:25a0753da4cf

Re-organized files
author Windel Bouwman
date Thu, 09 May 2013 17:35:19 +0200
parents 4348da5ca307
children e9b27f7193e3
comparison
equal deleted inserted replaced
179:0f3b1adfd416 180:25a0753da4cf
177 """ 177 """
178 self.builder.build(snippet) 178 self.builder.build(snippet)
179 def testIf(self): 179 def testIf(self):
180 snippet = """ 180 snippet = """
181 package tstIFF; 181 package tstIFF;
182 var int a;
183 function void t(int b) 182 function void t(int b)
184 { 183 {
184 var int a;
185 a = 2; 185 a = 2;
186 if (a > b) 186 if (a > b)
187 { 187 {
188 if (a > 1337) 188 if (a > 1337)
189 { 189 {