It's just that all a function can do when being ca...
# announcements
d
It's just that all a function can do when being called is return. It can't say "hey, I returned and now you, caller, please also return with value X". It's a limitation of the java bytecode I guess.