Red Hat Training

A Red Hat training course is available for Red Hat Enterprise Linux

6.10. return

General syntax:
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.