이 콘텐츠는 선택한 언어로 제공되지 않습니다.
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.