ENDFUNCTION End function declaration |
Top Previous Next |
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
|