Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl: the Markov chain saw
 
PerlMonks  

Re: RE: do while loops

by snafu (Chaplain)
on Jun 15, 2001 at 23:59 UTC ( [id://88922]=note: print w/replies, xml ) Need Help??


in reply to RE: do while loops
in thread do while loops

Couldn't $value = $value - 1; be written like this?:

$value -= 1; # or $value-- ; # since its just -1

----------
- Jim

Replies are listed 'Best First'.
Re: Re: RE: do while loops
by mrbbking (Hermit) on Dec 16, 2001 at 00:55 UTC
    Yeah, they could.
    I think this example is trying to limit itself to the syntax of the do/while loop, though. So it can be fully understood on its own. Using the 'minimalist' decrement operators might distract someone new to the language.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://88922]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others avoiding work at the Monastery: (3)
As of 2024-04-19 19:14 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found