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

http://en.wikipedia.org/wiki/Ternary_operation

  if (c < 4) {
   c = c + 1;
  } else {
   c = 0;
  }



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

Search: