swift

Swift
//Swift is a general-purpose, multi-paradigm, compiled programming language developed by Apple Inc. for iOS, iPadOS, macOS, watchOS, tvOS, Linux, and z/OS. Swift is designed to work with Apple's Cocoa and Cocoa Touch frameworks and the large body of existing Objective-C code written for Apple products.if swift == "the best language ever" {
  print("yes")
} else {
  print("no")
}

// the console prints "yes"
Source

Also in Swift: