Este contenido no está disponible en el idioma seleccionado.
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.