On 3/11/12 7:52 AM, Timon Gehr wrote:
It is extremely obvious how multiple return values should work.

(int, int) fun();

writeln(fun());
auto a = fun();
writeln(a);

What should happen?


Andrei

Reply via email to