End If

FreeBASIC

End If
 
Control flow statement for conditional branching.

Syntax

If expression Then : statement(s) [Else statement(s)] : End If
or
If expression Then
statement(s)
End If

Differences from QB

  • None

See also