How do you propogate keyword arguments? function f(x,y; z = 1) return x + y + z end Now i want a function g which fixes y at y = 1, but still allows the ...
確定! 回上一頁