Hacker News new | past | comments | ask | show | jobs | submit login

    if (x) { y; } → while (x) { y; break; }
    for (a; b; c) { d; } → a; while (b) { d; c; }



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

Search: