Shorthand numeric updates: Revision history

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

29 July 2026

  • curprev 14:2214:22, 29 July 2026Admin talk contribs 1,343 bytes +49 No edit summary
  • curprev 14:2114:21, 29 July 2026Admin talk contribs 1,294 bytes +92 No edit summary
  • curprev 14:1914:19, 29 July 2026Admin talk contribs 1,202 bytes +1,202 Created page with "Color 64 allows a numeric variable or numeric array element to be updated without repeating the variable name on the right side of the assignment. For example: <strong>A+12</strong> is equivalent to: <strong>A=A+12</strong> Subtraction is also supported: <strong>A-12</strong> is equivalent to: <strong>A=A-12</strong> When no expression follows the operator, Color 64 assumes a value of one: <strong>A+</strong> is equivalent to: <strong>A=A+1</strong> <strong>A-</stron..."