[ << ] [ < ] [ Up ] [ > ] [ >> ]         [Top] [Contents] [Index] [ ? ]

14.4 += (Add/Assign)

Syntax

S X=5
S X+=3 ; => 8

Increments the variable on the LHS by the value on the RHS.


This document was generated on May 5, 2025 using texi2html 5.0.