Re: function



"Bill Cunningham" <nospam@xxxxxxxxx> writes:

"CBFalconer" <cbfalconer@xxxxxxxxx> wrote in message
news:48417EB4.1B3F9B56@xxxxxxxxxxxx

[snip]

That means while the expression num-- is non-zero, do the
following. The expression value is num before decrementing it.

conditionals. One of my weak points now. I can barely use while. I have
for and it down well. Switch is unusable and unreadable to me at this point.

Bill

"while" is about 3x easier to understand than "for". See if you can see why.
.



Relevant Pages

  • Re: function
    ... The expression value is num before decrementing it. ... conditionals. ...
    (comp.lang.c)
  • Re: Newbie: Explain My Problem
    ... if guess == num: ... Each time around your loop, print the values of the interesting objects, in this case counter and guess. ... The answer to your second problem was just staring you in the face -- you hadn't pulled the ripcord after the counter became zero. ...
    (comp.lang.python)
  • Re: Python interpreter error: unsupported operand type(s) for -: tuple and int
    ... > for num in mylist: ... Then you'll know why - operand doesn't work. ... You're creating a nested tuple. ...
    (comp.lang.python)
  • Re: Renaming files
    ... Barry Margolin wrote: ... You may want to stick the "$num" at the end of that printf: ...
    (comp.unix.shell)
  • RE: [PHP] Very Large text file parsing
    ... [SNIP] ... $num = count; ... For that sort of thing, I'd forget about PHP and just use multi-threaded ...
    (php.general)