0

Return?

What is "return" mean....?

10th Feb 2017, 6:40 AM
Robby Yusuf Pratama
Robby Yusuf Pratama - avatar
2 Answers
+ 3
the exact formulation https://en.m.wikipedia.org/wiki/Return_statement P.S. code write after return is not executables for example: return value; Console.Write("hello"); // this is not executed
10th Feb 2017, 7:59 AM
Samuel Kurnas
+ 2
The return statement ends function execution and specifies a value to be returned to the function caller.
10th Feb 2017, 6:52 AM
Mini