processing / processing-website

Repository for the processing.org website
https://processing.org
GNU General Public License v2.0
68 stars 94 forks source link

Updated documentation for compound assignment operators to improve consistency #417

Closed Arya-Gupta closed 1 year ago

Arya-Gupta commented 1 year ago

Issue: https://github.com/processing/processing-website/issues/411

Previously, the documentation for compound assignment operators was not consistent with the documentation for add assign operator. The new documentation contains updated syntax and parameters for += /= -= *=.

@SableRaf