Coding

Can you get more than one return from a code? Lets say I create a solid and I want that returned to me as well as its volume in one go. Is that possible?

Absolutely. Are you talking DesignScript, a defined function, or Python?

DesignScript will return every line.
Python OUT returns whatever variable you assign to it, including a list of variables.
Defining a function works the same way as Python, just list all the variables you need.

An image of what you’re wanting might help too.