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 (18311881)
“Most personal correspondence of today consists of letters the first half of which are given over to an indexed statement of why the writer hasnt written before, followed by one paragraph of small talk, with the remainder devoted to reasons why it is imperative that the letter be brought to a close.”
—Robert Benchley (18891945)