> Equality test Assignment Comment > x = y x := y Ada, ALGOL, Dylan, Eiffel, Pascal > x = y x <- y R, Objective Caml > x == y x = y C, C++, Java, C#, Python > > Even though I am most accustomed to C/C++/Java style, I think that it > is ideal to use “=” in the mathematical sense of a logical statement > with a truth value, using another operator to make assignments more > obvious.
Better to avoid "x = y" completely, and use == and := so there's no confusion? _______________________________________________ geda-user mailing list geda-user@moria.seul.org http://www.seul.org/cgi-bin/mailman/listinfo/geda-user