contentsconceptssyntaxlibrariessampleserrorsindex
Full text search
action   return    
    Related Concepts  

Syntax

  return (expression)?


Purpose

The explicit way to return a function to its caller. return can return anywhere in the function definition. The form of return depends on the result type defined for the function as specified at the start of the function.

      Related Concepts
   Function bodies
   Functions: result types
 
----

Top [CONTENTS] [CONCEPTS] [SYNTAX] [LIBRARIES] [SAMPLES] [ERRORS] [INDEX]

Generated: April 21, 1999 at 2:01:15 pm
If you have any comments about this section of the documentation, send email to [email protected]

Copyright © OmniMark Technologies Corporation, 1988-1999.