In a lot of languages (eg Java, C++, etc), you can use ++ and -- as increment/decrement operators.
What was the origin of ++ and --, and why did the creator of the language include it?
I read over Why add an increment/decrement operator when compound assignments exist?, and while it gives reasons why someone would include those operators into a language, it doesn't say what language did this first, or why the first person to do so made that choice (though the reason is probabably amongst those answers).