Command:If
Jump to navigation
Jump to search
Contents
Syntax
if (condition)
statement1
[else
statement2]
Description
Conditionally executes a group of statements, depending on the value of an expression.