function Component(props) { let x = mutate(); let y; x |> foo(%); return [y, x]; }