let i = 0
i++
i--
i++; --j;
++
--
++ and --
|| x = 1
x++
x--
Languages with Increment and decrement operators include JavaScript, C, Java, PHP, Go, C3, Wa-lang, Jule, Aardvark, Speedie
Languages without Increment and decrement operators include Chapel, Lil, progsbase, Slope, SAKO
View all concepts with or missing a hasIncrementAndDecrementOperators measurement
Read more about Increment and decrement operators on the web: 1.