Posted on October 31, 2014
by Steven Lipton
1 Comment
In this episode, we’ll finish looking at the integer math operators, and talk a bit about how to count by one and two using increment operators. Transcript Welcome back to Kinderswift. Let’s continue from where we left off last time.In our last session, we… Continue Reading “KinderSwift 4: Increments and Math Operators”
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