@ChickenLadyLovesLife@lemmy.world
Post #1683434
2026-04-24 03:38 UTC
My favorite:
```
for (int i = myArray.Length; i --> 0; )
{
//do something
}
```
Perfectly valid in C-style, even if it does look a bit puzzling at first.
Replies (1)
-
@Gumus@lemmy.dbzer0.com 2026-04-24 04:14
That should be a war crime.