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

15.7 -= (Subtract/Assign)

Syntax

S X=5
S X-=3 ; => 2

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


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