+ 2
Is there any way to return more than one value from a module to main() or the function in which the module is called?
2 Respostas
+ 1
Maybe you could return an array?
I don't know how you would handle cases with different types of return valuds.
+ 1
You can return an array or struct which has several values.