Return Value
« Back to Glossary IndexA return value is data sent back to the caller after a function completes execution. Return values allow functions to produce results. Some functions may return no value. Example: Returning a computed result from a function.
« Back to Glossary Index