Next: The return Statement, Previous: Function Definition Examples, Up: User-Defined Functions [Contents][Index]
return
Calling a function means causing the function to run and do its job. A function call is an expression and its value is the value returned by the function.