I have a function that computes two numbers. I would like
to return those two numbers to the main loop.
Can this be done without resorting to something silly like
using global variables or calling the function twice to return each number?
to return those two numbers to the main loop.
Can this be done without resorting to something silly like
using global variables or calling the function twice to return each number?