Hacker News new | ask | show | jobs
by sambishop 225 days ago
that's oldschool swift. the new hotness would be

  let x = if cond { 1 } else { 2 }