blob: cf2dd96e8a9783255d6bc4e16cb0c9c456563185 [file] [log] [blame]
while (i > 0 ){
println i
}
-----
while (i > 0) {
println i
}