processing/processing-web-archive

Language Reference for x++ and ++x

hermitdog opened this issue · 2 comments

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.

OK, I understand. THANKS for your response.