049 println conditionals

✓ Passing This code compiles and runs correctly.

Code

input.kz

Actual

[DEBUG] Hello!
Status: OK

Expected output

[DEBUG] Hello!
Status: OK

Flows

flow ~print.ln click a branch to expand · @labels scroll to their anchor
print.ln (expr: "{% if debug %}[DEBUG] {% endif %}Hello!")
flow ~print.ln click a branch to expand · @labels scroll to their anchor
print.ln (expr: "Status: {% if verbose %}VERBOSE {% endif %}OK")

Test Configuration

MUST_RUN