Top 1K Features Creators Events Podcasts Books Extensions Interviews Blog Explorer CSV

Increment and decrement operators

< >
Example from 1 languages: JavaScript
let i = 0 i++ i--
Example from 2 languages: Go, Wa-lang
i := 0 i++ i--
Example from 1 languages: C3
i++; --j;
Example from 1 languages: Jule
++ --
Example from 1 languages: Aardvark
++ and --
Example from 1 languages: Speedie
|| 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.

- Build the next great programming language · Add · Issues · About · Search · Keywords · Livestreams · Labs · Resources · Acknowledgements