multiple events mixed

✓ Passing This code compiles and runs correctly.

Code

input.kz

Actual

Starting computation
Valid result
Invalid result
Done

Expected output

Starting computation
Valid result
Invalid result
Done

Flows

flow ~print.ln click a branch to expand · @labels scroll to their anchor
print.ln (expr: "Starting computation")
flow ~compute click a branch to expand · @labels scroll to their anchor
compute (x: 5)
flow ~compute click a branch to expand · @labels scroll to their anchor
compute (x: -3)
flow ~print.ln click a branch to expand · @labels scroll to their anchor
print.ln (expr: "Done")

Test Configuration

MUST_RUN