Bruce Leban wrote: > I notice you said "args" not "arg". How would you parse foo(x, y -> x + > y)? Function foo has 2 arguments there. The other way would be foo((x, y) -> x + y) -- Greg