Language Reference for x++ and ++x
hermitdog opened this issue · 2 comments
hermitdog commented
In Processing's Language Reference, I can find documentation for x++
(incrementing by 1)
here: http://www.processing.org/reference/increment.html
but nothing for ++x
REAS commented
Sure, we don't want to make a reference entry for every piece of Java. We made decisions about what was essential and typically covered in classes and book and we left many elements out, including ++x.
hermitdog commented
OK, I understand. THANKS for your response.