Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

Reminds me the "goes to" operator

    int x = 10;
    while (x --> 0) printf("%d\n", x);
prints 9 ... 0. The operator is pronounced as "as x goes to 0"


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: