Assignment Versus Equality

Gregory Ewing greg.ewing at canterbury.ac.nz
Tue Jun 28 02:17:49 EDT 2016


Dennis Lee Bieber wrote:
> 	Or my favorite example of a parser headache: which is the loop
> instruction and which is the assignment
> 
> 	DO10I=3,14
> 	DO 10 I = 3.14

And if the programmer and/or compiler gets it wrong,
your spacecraft crashes into the planet.

-- 
Greg



More information about the Python-list mailing list