015 if template cross target

✓ Passing This code compiles and runs correctly.

Code

input.kz

Actual

big

Expected output

✓ Zig✓ JavaScript
big
Emitted JavaScript source
const main_module = {
  flow0() {
if (42 > 10) {
        { process.stdout.write("big\n");
 }
    } else {
        { process.stdout.write("small\n");
 }
    }
  },
};
main_module.flow0();

Flows

flow ~if click a branch to expand · @labels scroll to their anchor
if (42 > 10)

Test Configuration

MUST_RUN