Comment on Monday SOTD Thread - December 30th, 2024 (#569)

<- View Parent
snooting@sub.wetshaving.social ⁨3⁩ ⁨weeks⁩ ago

++ and are increment and decrement short-hand operators in C-style programming languages.

In other words, they either mean add 1 to this value (++), or subtract 1 from this value ().

source
Sort:hotnewtop