Test Procedure (repeat for all test values below):
- Click the 'clean' button at the top of the screen.
- Drag the specified block-under-test into the 'if' block's condition area.
- Drag a 'number' field into the left position of block-under-test and set it to the value specified by the test (Left).
- Drag a 'number' field into the right position of block-under-test and set it to the value specified by the test (Right).
- Run the sequence.
- The turtle should move either up or down. Make sure the direction of movement matches the expected direction.
Test Values:
<table border="1" cellspacing="0">
<tr><th>#</th><th width="80">Left</th><th width="80">Right</th></tr>
<tr><td colspan="3">[Equal]</td></tr>
<tr><td>1.</td><td>-999</td><td>-999</td></tr>
<tr><td>2.</td><td>234</td><td>234</td></tr>
<tr><td>3.</td><td>0</td><td>0</td></tr>
<tr><td colspan="3">[Left > Right]</td></tr>
<tr><td>4.</td><td>-34</td><td>-56</td></tr>
<tr><td>5.</td><td>0</td><td>-56</td></tr>
<tr><td>6.</td><td>23</td><td>-56</td></tr>
<tr><td>7.</td><td>23</td><td>0</td></tr>
<tr><td>8.</td><td>23</td><td>3</td></tr>
<tr><td colspan="3">[Left < Right]</td></tr>
<tr><td>9.</td><td>-78</td><td>-34</td></tr>
<tr><td>10.</td><td>-78</td><td>0</td></tr>
<tr><td>11.</td><td>-78</td><td>11</td></tr>
<tr><td>12.</td><td>0</td><td>11</td></tr>
<tr><td>13.</td><td>4</td><td>11</td></tr>
</table>