END DEF
From QB64 Wiki
The END DEF statement ends a function block of code in a DEF FN definition.
- Currently NOT supported in QB64!
- Not required for single line DEF FN declarations using =.
- Designates the end of the function's code.
See also:
The END DEF statement ends a function block of code in a DEF FN definition.
See also: