> this functionality. It's just that the syntax for auto doesn't > fit the OP's > tastes. > > - Jonathan M Davis As in Go this would potentially allow tuple assignments in a way that auto does not. x, string y := awesomeFunction();