4 lines
71 B
Plaintext
4 lines
71 B
Plaintext
|
|
for(fn(){ local i = 0 }, i < 3, fn(){ i = i + 1 }, fn(){
|
||
|
|
print(i)
|
||
|
|
})
|