Return文
1. Return statementIn 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 “Return statement” on English Wikipedia
Read “Return文” on Japanese Wikipedia
Read “Return statement” on DBpedia
Read “Return statement” on English Wikipedia
Read “Return文” on Japanese Wikipedia
Read “Return statement” on DBpedia
Discussions
Log in to talk about this word.