END FUNCTION

From QB64 Wiki
Revision as of 01:25, 20 April 2020 by Odin (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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