func ok() {
    let s = "see"; "Why are there exactly "
    0 == 0 * 42
    "warnings and errors in this code"
    let t = s + "?"
    print(t)
}
ok() // see?
_______________________________________________
swift-dev mailing list
swift-dev@swift.org
https://lists.swift.org/mailman/listinfo/swift-dev

Reply via email to