57
i++
(programming.dev)
Welcome to Programmer Humor!
This is a place where you can post jokes, memes, humor, etc. related to programming!
For sharing awful code theres also Programming Horror.
In the languages I know,
i-=-1
orx=3
are not expressions, but rather statements, so they do not evaluate to a value.So, this would be a compiler error:
Well, not all languages allow for fun programming :)