Implemented for loops
This commit is contained in:
parent
7922cff7ba
commit
45a36a645a
16 changed files with 142 additions and 120 deletions
|
@ -2,7 +2,7 @@ import io
|
|||
import thread
|
||||
|
||||
main() {
|
||||
loop 0..3 {
|
||||
for 0..3 {
|
||||
thread.create(work)
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue