Measures Concepts
GitHub icon

Increment and decrement operators

Increment and decrement operators - language feature

< >
Example from JavaScript, TypeScript:
let i = 0 i++ i--
Example from Go:
i := 0 i++ i--
Example from C3:
i++; --j;
Example from Speedie:
|| x = 1 x++ x--
Example from Jule:
++ --
Example from Aardvark:
++ and --

Languages with Increment and decrement operators include Java, JavaScript, C, C++, PHP, Go, TypeScript, Objective-C, C3, Speedie, Jule, Pizza, Aardvark, Oracle Java, Deesel, Tick C

Languages without Increment and decrement operators include progsbase, Slope

This question asks: Does this language have increment and decrement operators?

Read more about Increment and decrement operators on the web: 1.

HTML of this page generated by Features.ts

View source

- Build the next great programming language Search Add Language Features Creators Resources About Blog Acknowledgements Queries Stats Sponsor Day 605 feedback@pldb.io Logout