How do functions break up? They stop calling each other. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 10

How do functions break up? They stop calling each other.

22nd Nov 2016, 6:41 PM
David Kariuki
David Kariuki - avatar
3 Answers
+ 2
It was a joke Ozan... breaking up is a term a lot of the world uses for ending a relationship
22nd Nov 2016, 7:00 PM
Matthew Horn
Matthew Horn - avatar
+ 1
document.getElementById("philosophical ").write("But then they would be uselessly floating around in the great ocean of your program");
23rd Nov 2016, 4:05 PM
TortillaKreuz48
TortillaKreuz48 - avatar
0
Any method declared void doesn't return a value. It does not need to contain a return statement, but it may do so. In such a case, a return statement can be used to branch out of a control flow block and exit the method and is simply used like this. ( from stackoverflow)
22nd Nov 2016, 6:57 PM
Ozan Karataş
Ozan Karataş - avatar