let i = 0
i++
i--
i := 0
i++
i--
i++; --j;
++
--
|| x = 1
x++
x--
++ and --
Languages with Increment and decrement operators include JavaScript, C, Java, PHP, Go, C3, Jule, Speedie, Aardvark
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.