Re: Pseudocode in the wikipedia
- From: Bill Mill <bill.mill@xxxxxxxxx>
- Date: Fri, 1 Apr 2005 15:34:42 -0500
On Apr 1, 2005 3:15 PM, James Stroud <jstroud@xxxxxxxxxxxx> wrote:
> Is anybody else bothered by those stupid pascal-like ":=" assignment
> operators?
>
I actually like them. I think that the = should be a comparison
operator, not a silly ==. I think that comparisons using = are much
clearer, especially since you often write many of them in a row,
whereas you almost always make one assignment per line.
I use := every day in PL/SQL, and it's one of the few positive
syntactical features of the language.
Peace
Bill Mill
bill.mill at gmail.com
.
- References:
- Pseudocode in the wikipedia
- From: bearophileHUGS
- Pseudocode in the wikipedia
- Prev by Date: Re: string goes away
- Next by Date: Re: how to close a gzip.GzipFile?
- Previous by thread: Re: Pseudocode in the wikipedia
- Next by thread: Re: Pseudocode in the wikipedia
- Index(es):
Relevant Pages
|