agreed, but in the case of int then...why would I ...
# announcements
m
agreed, but in the case of int then...why would I call
k = i.inc
over a clearer
k = i + 1
?