that's oldschool swift. the new hotness would be

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