pounce is a user on cmpwn.com. You can follow them or interact with them if you have an account anywhere in the fediverse.
pounce @pounce

Another great one is the `-->` operator, pronounced "goesto".

Let me demonstrate:
```
<stdio.h>
int main() {
int i = 20;
while (i --> 10) {
printf("%d\n", i);
}
return 0;
}
```

· Web · 0 · 0