Implemented loop iterators
This commit is contained in:
@ -1,11 +0,0 @@
|
||||
main() {
|
||||
n := 10
|
||||
|
||||
loop {
|
||||
if n == 0 {
|
||||
return
|
||||
}
|
||||
|
||||
n -= 1
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user