Day #67

Omitting Return

You do not need to include the “return” keyword inside a function with one expression.

1
2
3
func myFunction() -> String {
    "Boo"
}

Originally published 10/22/2021 https://pittcsc.org/, republished 09/20/2022.

Licensed under CC BY-NC-SA 4.0
Last updated on Oct 22, 2021 00:00 UTC
Built with Hugo
Theme Stack designed by Jimmy