Hello everyone,
I know that in the the Python programming language once you use a return statement the function ends right there. Does this also happen with construct? I am talking about the Function object, once I use it's return action will the function end after that? What happens if I use multiple return actions, will only the last return be actually returned?
I have read the entire manual before and I just rechecked the Function object's section, nothing on this on there.
Thanks for any help.