advertisement

Article:
  Go with the Flow
Subject:   retval?
Date:   2003-08-22 02:56:22
From:   anonymous2
Just wondering: is there any logic to how the return value is set in the various examples?


I've encountered:


retval = seedNumber * 2,
retval = seedNumber * 3,
retval = seedNumber - 3...

Full Threads Oldest First

Showing messages 1 through 1 of 1.

  • retval?
    2003-08-22 11:04:14  tallama [Reply | View]

    Hi this is the author.

    No, there's no logic as to what the return values are, really, we're just trying to examine how the various conditionals work out. To do that, we're using a variety of similar code in different situations, which is really what you usually do in a conditional anyway.