Skip to content

Instantly share code, notes, and snippets.

@TarasShu
Last active June 1, 2020 18:03
Show Gist options
  • Save TarasShu/2a59751933c1bb76e1e365eafda8405b to your computer and use it in GitHub Desktop.
Save TarasShu/2a59751933c1bb76e1e365eafda8405b to your computer and use it in GitHub Desktop.
let name = "Тарас"
//
var poka = true
if name == "Тарас" {
poka = true
} else {
poka = !poka
}
var poshel = " ,fuck off"
var welcome = " ,welcome my dear friend "
let yes = name + (poka ? welcome : poshel)
print(yes)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment