return文
Sign in to saveAlso known as return
programming statement that stops execution of the current subroutine, optionally passing back a return value to the code that called the subroutine
Wikidata facts
Show 2 more facts
- Stack Exchange tag
- stackoverflow.com/tags/return
- facet of
- subroutine
Sources (1)
via Wikidata · CC0
Article · 日本語
return文(リターンぶん、英: return statement)とは、プログラミング言語における文の一つである。goto文やbreak文、continue文のようなジャンプ文 (jump statement) に分類される。サブルーチンからの復帰に使われ、復帰と同時に値を返すことができる。その値は戻り値(もどりち、英: return value)、返り値(かえりち)、返却値(へんきゃくち)あるいはそのままreturn値(リターンち)などと呼ばれる。
Abstract from DBpedia / Wikipedia · CC BY-SA