Closed notalfredo closed 8 months ago
You should be able to pipe a functions output to another
add(x, y) |> subtract(%, 10); // should output (x+y) - 10
You should be able to pipe a functions output to another