END IF

From QB64 Wiki
Redirect page
Jump to navigation Jump to search

Redirect to:

The END IF statement ends a multiple line IF block statement.


Syntax

END IF


Description

  • END IF is required for any multiple line IF, ELSEIF or ELSE statement blocks.
  • It is also required after any multiple line code executions performed after evaluation.
  • The IDE may point to an error in a loop or somewhere else if you forget to use END IF (typically a PROGRAM FLOW ERROR! message).


See also



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