Implemented loop iterators
This commit is contained in:
@ -2,9 +2,10 @@ import io
|
||||
import thread
|
||||
|
||||
main() {
|
||||
thread.create(work)
|
||||
thread.create(work)
|
||||
thread.create(work)
|
||||
loop 0..3 {
|
||||
thread.create(work)
|
||||
}
|
||||
|
||||
work()
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user