Changeset 2626 for cobra/trunk/Tests/150-mixins
- Timestamp:
- 11/14/11 02:17:21 (6 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
cobra/trunk/Tests/150-mixins/100-mixin-basics.cobra
r2625 r2626 12 12 return total 13 13 14 def moreLocalVarTesting 15 if true 16 a = 1 # test local var inside a compound statement 17 CobraCore.noOp(a) 18 while false 19 b = 1 20 CobraCore.noOp(b) 21 if false 22 using tr = File.openText('foo') 23 pass 24 14 25 15 26 mixin Named



