| Syntax 
   return (expression)?
 
 Purpose
 
 The explicit way to return a function to its caller. returncan return anywhere in the function definition. The form ofreturndepends on the result type defined for the function as specified at the start of the function. |