014 for template cross target

✓ Passing This code compiles and runs correctly.

Code

input.kz

Actual

tick
tick
tick

Expected output

✓ Zig✓ JavaScript
tick
tick
tick
Emitted JavaScript source
const main_module = {
  flow0() {
for (let __koru_item = 0; __koru_item < 3; __koru_item++) {
        { const _auto_6 = __koru_item; process.stdout.write("tick\n");
 }
        
    }
    {  }
  },
};
main_module.flow0();

Flows

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

Test Configuration

MUST_RUN