28.04.2013, 11:28
(
Последний раз редактировалось Vince; 28.04.2013 в 11:29.
Причина: And I got beaten.
)
Don't use return in a loop unless you explicitely want to break out of the loop. If you need to skip a block of code then use continue instead.