ENDFUNCTION        End function declaration

Top  Previous  Next

Syntax:

ENDFUNCTION

Arguments:

None

Options:

None

 

 

This script directive is used to mark the end a function.

 

Consider the following example.

 

       BEGINFUNCTIONS

       FUNCTION MyFunction

       ;; body of MyFunction

       ENDFUNCTION

       ENDFUNCTIONS

 

Related Command(s): BEGINFUNCTIONS, ENDFUNCTIONS, FUNCTION, RETURN