Sign In/My Account | View Cart  

advertisement

AddThis Social Bookmark Button

Article:
  Go with the Flow
Subject:   Typo
Date:   2003-08-19 20:54:21
From:   anonymous2
In the last code example on page 1, there is a line which reads:
return = seedNumber * 3;
the correct line would of course be:
retval = seedNumber * 3;


Otherwise, the article is great :-) Thanks!

Full Threads Oldest First

Showing messages 1 through 1 of 1.

  • Typo
    2003-08-20 20:18:35  anonymous2 [View]

    Yep - little typo there.

    Anyway - the writing style is easy to follow and you've covered a lot of ground in 3 short articles. Thanks and keep them coming!