is there a way to write a expression of a function with more than 1
argument?
e.g., i want a expression that's equivalent to
def f(x,y)
return x+y
Xah
xah@xahlee.org
argument?
e.g., i want a expression that's equivalent to
def f(x,y)
return x+y
Xah
xah@xahlee.org
Comment