Raven reads the auto-pilot program again.
She finds the height box two times.
One line sets height to 2.
A later line sets height to 5.
Which number is in the box now?
Rocket wants to guess. Raven wants to test.
A box holds only one number.
A new set line swaps it out.
The old number is gone.
set height to 2 set height to 5 say height
After line one, the box holds 2.
Line two swaps in 5.
So Nova says 5.
Time to build!
Make Nova say 6.
Careful: there are two set cards.
set height to 2 set height to 5 say height
| after line | box holds | true? |
|---|---|---|
| line 1 | 2 | ? |
| line 2 | 2 | ? |
| line 3 | 5 | ? |
A box holds one number.
A new set line swaps it.
A logbook tracks the box.
Great work, Crew!