On Jul 11, 1:55 pm, bradjpeek <bradjp... / gmail.com> wrote: > Just curious... > > The string class contains a next! method. Is there a technical > reason for not having a next! method in the integer class, or was it > just a language designer preference? Integer is immutable. T.