|
Test Condition
|
||
| Definition: | The Test condition compares the values of two formulae.
If the comparison yields true, then the condition is true. Otherwise, it is false. |
|
| Parameters: | comparator, formula | |
| Example: | In the Bridge Builder project, the Brick drops down if the cell below it is empty, and the force acting on it is less than or equal to 0.3 (and therefore cannot hold it in place).
|
|