Rocket wants to hear the auto-pilot count.
He puts a say line inside the loop.
Now Nova will speak on every lap.
Raven gets her notebook ready.
She wants to write down every number.
The say line is inside the loop.
So Nova speaks on every lap.
Nova says 1, then 2, then 3.
set steps to 0 repeat 3 times: change steps by 1 say steps
A logbook can track two boxes.
Each box gets its own column.
Both boxes grow by 1 each lap.
Build a counting flight.
Nova must say 1, then 2.
Steps starts at 0.
Read one column at a time.
One box can go up.
The other box can go down!
set steps to 0 set height to 5 repeat 3 times: change steps by 1 lower height by 1
| after | steps | height | true? |
|---|---|---|---|
| lap 1 | 1 | 4 | ? |
| lap 2 | 2 | 4 | ? |
| lap 3 | 3 | 2 | ? |
A say line in the loop speaks every lap.
Each box gets its own column.
See you tomorrow, Crew!