014 scope for loop inner

✓ Passing This code compiles and runs correctly.

Code

input.k

Supporting Files

fs.kjs
fs.kz

Actual

Opening file: test.txt
Closing file
Opening file: test.txt
Closing file
Opening file: test.txt
Closing file

Expected output

Opening file: test.txt
Closing file
Opening file: test.txt
Closing file
Opening file: test.txt
Closing file

Flows

flow ~for click a branch to expand · @labels scroll to their anchor
for (0..3)

Test Configuration

MUST_RUN