processing / processing-web-archive

Repository for the Processing.org web site, examples, reference, and dreams
http://processing.org
128 stars 60 forks source link

Language Reference for x++ and ++x #427

Closed hermitdog closed 10 years ago

hermitdog commented 10 years ago

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 10 years ago

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 10 years ago

OK, I understand. THANKS for your response.