repo.or.cz
/
boo.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
BOO-996, BOO-995: Added "then" keyword to replace "else" semantic in looping construc...
[boo.git]
/
tests
/
testcases
/
integration
/
statements
/
break-1.boo
blob
dc7f1fceae3c33792f90534f512a9c1f1272d142
1
"""
2
0
3
1
4
2
5
3
6
4
7
5
8
"""
9
i
=
0
10
while
i
<
10
:
11
print
(
i
)
12
if
++
i
>
5
:
13
break