Help at rigth part

This commit is contained in:
Natalia.Ukhorskaya
2011-11-23 14:55:42 +04:00
parent 773bc1ced2
commit 01025a07c6
99 changed files with 799 additions and 299 deletions
@@ -1,8 +1,4 @@
@test {
var i : Int = 0
while ((i <= max))
{
{
@test for (i in 0..max) {
var n : Int = substring.length()
var j : Int = i
var k : Int = 0
@@ -16,11 +12,6 @@ continue@test
foundIt = true
break@test
}
{
(i++)
}
}
}
System.out?.println((if (foundIt)
"Found it"
else