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 2 more facts
- Stack Exchange tag
- stackoverflow.com/tags/return
- facet of
- subroutine
Sources (1)
via Wikidata · CC0
Article · 中文
在程序设计中,return语句又稱返回語句,是指計算機退出当前正在執行的子程序,并回到調用該子程序的代码處並繼續執行後續的語句。许多編程语言中的函数通過返回語句將返回值传给调用该函数的源代码。
Abstract from DBpedia / Wikipedia · CC BY-SA