Eigenpoll : D wish list : Multiple return values (tuples 

Python like syntax for multiple return values:

int, int getPoint();
int a,b;
a,b = getPoint();



Report this item for cleanup