5
Manjia
4y

x = 10
while (x --> 0) // While X goes to Zero
{
print(x);
}
// Output: 9876543210

"Goes to" is the funniest operator, also it works in almost any language XD

Comments
Add Comment