return
Terminates the execution of a function and returns control to the calling function. Execution resumes in the calling function at the point immediately following the call.
Arguments
- Return value
Output
Return value
Examples
Terminates the execution of a function and returns control to the calling function. Execution resumes in the calling function at the point immediately following the call.
Return value