014 refine clamps meet

✓ Passing This code compiles and runs correctly.

Code

input.k

Actual

gain 90
gain 10

Expected output

gain 90
gain 10

Flows

flow ~std/proto click a branch to expand · @labels scroll to their anchor
std/proto (Mixer, source: gain: i64)
flow ~std/refine click a branch to expand · @labels scroll to their anchor
std/refine (Mixer, source: gain: i64 & clamp(0, 100))
flow ~std/refine click a branch to expand · @labels scroll to their anchor
std/refine (Mixer, source: gain: i64 & clamp(10, 90))
flow ~new click a branch to expand · @labels scroll to their anchor
new (Mixer)

Test Configuration

MUST_RUN