DMM Studio オンライン ヘルプ › DMM Studio › 言語の機能 › else
if ステートメントの else 部分を実行します。
if (<条件>) { DoSomething(); } else { DoSomethinElse(); }