END FUNCTION

From QB64 Wiki
Jump to navigation Jump to search

The END FUNCTION statement ends a FUNCTION procedure and must be at the last line.


Syntax

END FUNCTION


  • Ends a function procedure.


See also:



Navigation:
Go to Keyword Reference - Alphabetical
Go to Keyword Reference - By usage
Go to Main WIKI Page