Languages
Post #3755 · source on Telegram
The Noncrement Operator
Description
The image shows a small rounded rectangular sticker or card on fabric, filled with a soft purple-to-teal gradient. In large white symbols it displays the code-like expression "++i--;" with a semicolon at the end. The sibling metadata caption asks, "What would you call this operation? (Wrong answers only)" and suggests joke answers like "noncrement," "Ex-crement," and "Less-crement." The humor comes from combining prefix increment and postfix decrement syntax into an absurd C-family operator expression that looks meaningful but invites compiler and readability complaints.
Use J and K for navigation
Comments
54Comment deleted
It is both pre- and post-regret: the compiler rejects it before code review gets the chance.
экскремент, yeah Comment deleted
translate excrement Comment deleted
Bipolar-crement Comment deleted
Crement Comment deleted
unconfidencremention Comment deleted
the pythonist's nightmare Comment deleted
diversifier Comment deleted
numeric ensurer (ensures that a variable is numeric, and if not, casts it to a numeric value) Comment deleted
Also using it in a statement makes the number be 1 bigger and after its read out it will restore it Comment deleted
bug report last seen: 24.11.2012 Comment deleted
😂😂😂😂 Comment deleted
Why does your username look like a public GPG key? Comment deleted
looks like simple password Comment deleted
peacock operator Comment deleted
Use this when you have to write a statement without necessarily doing anything 😎 Comment deleted
Heisenberg-operator Comment deleted
I'd call it i + 1 Comment deleted
Thread-unsafe NOPcrement Comment deleted
Remaincrement Comment deleted
Placebo Comment deleted
fapcrement Comment deleted
incrementde Comment deleted
what's the difference with just I then? Comment deleted
Fakerement Comment deleted
Crementcrement Comment deleted
ReadIndexAsCountEment Comment deleted
incremen't Comment deleted
SegmentationFaultCrement Comment deleted
Wrong only? Is there a right one? Comment deleted
right one: syntax error Comment deleted
Reincremention Comment deleted
Preinpostdecremention Comment deleted
Incrementionbeforedecremention Comment deleted
Preincrementopostdecremention? Comment deleted
Surprisesuspiciouscremention Comment deleted
WannaBeOneMore? WhatIfItWasBigger? WhatWouldTheNextNumberLookLike? Comment deleted
Literally 99% of the commentors don't know that this is not doing nothing... int i = 1; print(i); print(++i--); print(i); Output: 1 2 1 Comment deleted
I told Preincrementopostdecremention Comment deleted
> Wrong answers only Comment deleted
Bicrement Comment deleted
nop Comment deleted
Trans non-binary addition Comment deleted
C(r/l)ement Michailescu Comment deleted
Jackfrescrement Comment deleted
Its a mysterious way to write i+1. It's very good because it adds a veil of mystery to your code so noone can read it Comment deleted
i think it is untranslatable, but idk Please use English as main language in this chat --- translate your message or mark as untranslatable Comment deleted
Cuffcrement Comment deleted
plusplusiminusminussemicolumn Comment deleted
++i--; side view of a person driving an army jeep without wheels Comment deleted
That's just i+1 but harder to read Comment deleted
nope the -- cancels it out Comment deleted
The -- cancels it out AFTER returning the incremented value Comment deleted
jokecrement Comment deleted