Ends an if control control structure.
# Metadata
Platforms: desktop, server, mobile OS: mac, windows, linux, ios, android Introduced: 1.0 Security:
# Syntax
end if
# Examples
end if
# Description
Use the end if keyword to mark the end of an if control structure.
The end if keyword is used only with certain forms of the if control structure. If the entire if control structure is on one line, or if the else clause is on one line, the end if keyword is not used.
# Tags
# See