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
/
while-1.boo
blob
d407e793da737405f8424b27bc17b1dbdd4f3621
1
"""
2
3
3
2
4
1
5
"""
6
i
=
3
7
8
while
i
>
0
:
9
System
.
Console
.
WriteLine
(
i
)
10
--
i