Return Value

« Back to Glossary Index

A 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

« Back to Glossary Index