while ($care < 0) {$care–}
<? This would take any negative value and decrease it forever, but leave all positive and zero values alone, right?
while ($care < 0) {$care–}
<? This would take any negative value and decrease it forever, but leave all positive and zero values alone, right?
TechnoCat@lemmy.ml 2 weeks ago
maybe the integer will wrap around to max int and stop