[comp.lang.scheme] Error in R^3.95RS?

bobg+@andrew.cmu.edu (Robert Steven Glickstein) (06/08/89)

I have a copy of the Revised^3.95 Report on Scheme.  In the lexical
structure section (7.1.1, page 31), the second rule for <decimal 10> is

    . <digit 10> #* <suffix>

Should this not be

    . <digit 10>+ #* <suffix>

(note the "+" after <digit 10>)?


-Bob Glickstein