It's not made explicit in the spec, but a formula must be a cell otherwise *
will crash.
As explained above, line 19 handles the case where a formula doesn't start with an atom. Lines 21 thru 33 handle the case where the formula starts with an atom between 0
and 10
.
*
will crash if given a formula that starts with an atom greater than 10
.