0

What is the return function for and how does it work?

22nd Oct 2019, 5:34 AM
Максим Кулин
Максим Кулин - avatar
2 Respostas
+ 2
for is not a return function. It's a loop. But I think your question is not clear. You want to ask something else. Please clarify that
22nd Oct 2019, 7:04 AM
A͢J
A͢J - avatar
+ 1
return statement will: terminate the function call return a value to the place where the function was called
22nd Oct 2019, 8:05 AM
Seb TheS
Seb TheS - avatar