5 lines
73 B
Plaintext
5 lines
73 B
Plaintext
|
|
for(fn(){ local i = 0 }, i <= 4, fn(){ i = i + 2 }, fn(){
|
||
|
|
print(i)
|
||
|
|
})
|
||
|
|
|