0
What is the return function for and how does it work?
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
+ 1
return statement will:
terminate the function call
return a value to the place where the function was called