Quote:
Originally Posted by Crow
No, it does not. Just don't do it. Using a single equality sign makes this an assignment. You do not want that.
|
True that, especially in proper languages like java where you can do things like while ((aString = br.readLine()) != null){...
It's best to practice proper coding form at all times or you set yourself up with nasty habits which catch up with you later on
