SyntaxFix
Write A Post
Hire A Developer
Questions
Update for Swift 5.1
As of Swift 5.1 you can now get your variable without using get keyword. For example:
var helloWorld: String { "Hello World" }