008 if print ln branch

✓ Passing This code compiles and runs correctly.

Code

input.k

Actual

big

Expected output

✓ Zig✓ JavaScript
big
Emitted JavaScript source
const main_module = {
  flow0() {
if (7 > 3) {
        { 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 (7 > 3)

Test Configuration

MUST_RUN