[ < ] [ > ]   [ << ] [ Up ] [ >> ]         [Top] [Contents] [Index] [ ? ]

4.2.6 return statement

There are two forms of return statement.

 
return expression;

return;

Both forms are used for exiting from a function. The former returns the value of the expression as a function value. The function value of the latter is not defined.



This document was generated by root on March, 5 2004 using texi2html