im trying to return this two numbers in scheme, they start by 0 and they get added +1 when something happens, i make the addition to these numbers when i want to but i dont find a way to return them both in a list something like (2 2)
if i make '(mayor menor) it returns a list (mayor menor) but not the values of these numbers that i have
Ive already have the code i just need to return them two numbers