Return Statement

In computer programming, a return statement causes execution to leave the current subroutine and resume at the point in the code immediately after where the subroutine was called, known as its return address. The return address is saved, usually on the process's call stack, as part of the operation of making the subroutine call. Return statements in many languages allow a function to specify a return value to be passed back to the code that called the function.

Read more about Return Statement:  Overview, Syntax, Criticism

Famous quotes containing the words return and/or statement:

    The return to solid values is always hard.... Distress, panic, and hard times have marked our pathway in returning to solid values.
    James A. Garfield (1831–1881)

    The new statement is always hated by the old, and, to those dwelling in the old, comes like an abyss of skepticism.
    Ralph Waldo Emerson (1803–1882)