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

or

  if cond1 then res1
  else if cond2 then res2
  else if cond3 then res3
  else or_else_res
or

  if cond1 then res1
  elif cond2 then res2
  elif cond3 then res3
  else or_else_res
what is most lua-like?


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

Search: