return two values
I have this function that returns two values, and I want to use it in the main, but I don't know how to assign to each thing its corresponding value, any help?


var (posicion, contador) = Funciones.CantidadVeces();var (posicion, contador) = Funciones.CantidadVeces();