Skip to content
EntityQ3242416· pop 17· linked from 102 articles

Also 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 1 more fact
Sources (1)

via Wikidata · CC0

Article · 日本語

return文(リターンぶん、英: return statement)とは、プログラミング言語における文の一つである。goto文やbreak文、continue文のようなジャンプ文 (jump statement) に分類される。サブルーチンからの復帰に使われ、復帰と同時に値を返すことができる。その値は戻り値(もどりち、英: return value)、返り値(かえりち)、返却値(へんきゃくち)あるいはそのままreturn値(リターンち)などと呼ばれる。

Abstract from DBpedia / Wikipedia · CC BY-SA

Connections

Categories