Posted on October 23, 2014
by Steven Lipton
1 Comment
In this episode of our beginner’s series on Swift, we will dive into programming with the most fundamental part: assignment of values to identifiers. We’ll use the new Xcode playground feature to explore var and let. We’ll learn how to add numbers and a… Continue Reading “KinderSwift Episode 3: Variable Assignment in the Xcode Playground”
Category: KinderSwift tutorial, Swift Programming, TutorialTags: assignment operator, auto-complete, Beginning Swift, equals, error message, let, plus, swift tutorial, Using playgrounds, using swift playgrounds, var