END FUNCTION - QB64 Wiki

END FUNCTION

From QB64 Wiki

Revision as of 21:49, 9 May 2011 by Clippy (Talk | contribs)
(diff) ← Older revision | Current revision (diff) | Newer revision → (diff)
Jump to: navigation, 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