Conditions

It is often required to perform different actions in different circumstances. In code, conditional statements help to operate such situations. Flamingo IDE lets you use the IF , IF-ELSE , and IF-ELSE IF-ELSE statements.

This section provides information on these statements usage.

IF Statement

Describes how to add an IF statement in your code and gives a usage sample.

IF-ELSE Statement

Describes how to add an IF-ELSE statement in your code and gives a usage sample.

IF-ELSE IF-ELSE Statement

Describes how to add an IF-ELSE IF-ELSE statement in your code.