Comment on
I mean, I think it’s possible for them to care less
Then they must care a decent amount.
while ($care < 0) {$care–}
<? This would take any negative value and decrease it forever, but leave all positive and zero values alone, right?
maybe the integer will wrap around to max int and stop
samus12345@sh.itjust.works 8 hours ago
Then they must care a decent amount.
some_kind_of_guy@lemmy.world 8 hours ago
while ($care < 0) {$care–}
MajorasTerribleFate@lemmy.zip 8 hours ago
<? This would take any negative value and decrease it forever, but leave all positive and zero values alone, right?
TechnoCat@lemmy.ml 7 hours ago
maybe the integer will wrap around to max int and stop