fn foo(x, y, z) { 100.0 * x + 10.0 * y + z } let p1 = 1.0 + _ let d2 = _ / _ let f = foo(1.0, _, 3.0) fn dsp(){ f(d2(p1(3.0), 2.0)) }