046 store watch midpipe bind

✓ Passing This code compiles and runs correctly.

Code

input.k

Actual

clicked 1 times
clicked 2 times

Expected output

clicked 1 times
clicked 2 times

Flows

flow ~new click a branch to expand · @labels scroll to their anchor
new (expr: counter, source: clicks: 0[i64])
flow ~watch click a branch to expand · @labels scroll to their anchor
watch (expr: counter)
flow ~stored click a branch to expand · @labels scroll to their anchor
stored (source: counter.clicks: counter.clicks + 1)
flow ~stored click a branch to expand · @labels scroll to their anchor
stored (source: counter.clicks: counter.clicks + 1)

Test Configuration

MUST_RUN