notalfredo / OpenKittenCAD

A free as in freedom CodeCad app
GNU Lesser General Public License v2.1
6 stars 0 forks source link

Function pipeing #29

Closed notalfredo closed 8 months ago

notalfredo commented 8 months ago

You should be able to pipe a functions output to another

add(x, y) |> subtract(%, 10); // should output (x+y) - 10