調べた例文を記録して、効率よく覚えましょう
Weblio会員無料で登録できます
履歴機能 過去に調べた単語を確認できる
語彙力診断 診断回数が4回に増加
マイ単語帳 便利な学習機能付き
マイ例文帳 文章で意味を理解できる

日英・英日専門用語辞書

日中韓辭典研究所

RETURN statement

ウィキペディア英語版

出典:Wikipedia

Return statement

出典:『Wikipedia』 (2011/04/23 08:15 UTC 版)

英語による解説

ウィキペディア英語版からの引用
引用

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.

Return statementのページの著作権