subflow with taps

✓ Passing This code compiles and runs correctly.

Code

input.kz

Actual

add_five: 10 + 5 = 15
TAP FIRED: add_five -> result transition observed!
Final: 15

Expected output

add_five: 10 + 5 = 15
TAP FIRED: add_five -> result transition observed!
Final: 15

Flows

subflow ~double click a branch to expand · @labels scroll to their anchor
add-five (value)
flow ~tap click a branch to expand · @labels scroll to their anchor
tap (add-five -> *)
flow ~double click a branch to expand · @labels scroll to their anchor
double (value: 10)

Test Configuration

MUST_RUN