All public logs

Combined display of all available logs of Color 64 BBS Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 14:19, 29 July 2026 Admin talk contribs created page Shorthand numeric updates (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...")