此内容没有您所选择的语言版本。
6.10. return
General syntax:
return EXP
return EXP
The
return
statement returns the EXP value from the enclosing function. If the value of the function is not returned, then a return statement is not needed, and the function will have a special unknown type with no return value.