Write down your observations.
block creates a list. Use the left and right arrowheads to vary the number of input slots. Blocks that can be varied in this way are said to have a variadic input.
in the Variables palette and construct
.
Describe what it does.




means that a list value is expected.
and
?length of block returns the number of items in a list. For example,
returns 2. What do each of the following return?







for.
countdown (5) to report the list {5, 4, 3, 2, 1}. But countdown (4) is {4, 3, 2, 1}, so all you have to do is stick a 5 in front:countdown block a different color than the one just above? --MF
if in his code. What would happen if he left that part out? Why?