I'm struggling to grasp the importance of the return
statement.
Can someone in layman terms explain it to me? Especially the power behind it.
I have read definitions, seen examples, and understand how it works. But I also read that it extremely powerful and important, and that it is only used in functions (or methods if within a class).
Can anyone offer an in-depth explanation?