DMM Studio Online Help › DMM Studio › Language Features › else
Executes the else portion of an if statement.
if (<condition>) { DoSomething(); } else { DoSomethinElse(); }