kozel (Dug Dough)
- Login: kozel
- Email: klefende@seznam.cz
- Registered on: 07/18/2015
- Last sign in: 07/18/2015
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 1 | 1 |
Activity
07/18/2015
-
10:21 AM Ruby Misc #11372: Confusing a+b=9 ... unintented behavior, valid statement
- Just small error: Number 11 is wrong, 7 is right. :)
-
10:18 AM Ruby Misc #11372 (Rejected): Confusing a+b=9 ... unintented behavior, valid statement
- Hello, I found that when = is written instead of ==, it can cause unintended effects and it is hard to notice this typo, because it is valid statement. For example valid statement a+b=7 ,due to the everything is a expression, is treate...