Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
return rest.listStringHelp(“(“"(" + first);

The code will not compile because we have yet to add the method listStringHelp to the IntList hierarchy.

...