Several of the Block Types described in this section utilize the Condition Editor. Follow the steps below to create a simple condition:

First select a variable from the (A) first drop down that your condition will be based on
The (B) middle dropdown menu contains the operation. This list of options depends on the data type of the first variable
Select (C) final portion of the condition from the last dropdown. The last dropdown options are determined by the two previous selections
If you plan on having the If or While statement depend on more than one condition you can use the (D) Add button to add more conditions. This adds another row with the same prompts, as shown above
You can connect the conditions with an (E) And or an Or
NOTE: Connecting with an And would require both conditions to be true to execute the code in the Do section of the block. Connecting with an OR would require one of the conditions to be true to execute the code in the Do section of the block.
Alternatively, you can use the Remove button to remove a condition
Click OK when complete