Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

iOS

println()?

Has this been removed? I can't find this statement when attempting to complete the exercises for Swift.

1 Answer

println has been removed on favor of print as of Swift 2.X, as far as I can remember. My guess is you are doing the Swift 1 track, which is not obsolete per se, but does not use the latest syntax and some of the latest language features.

I would recommend you switch to the Swift 2.0 track, which covers the latest syntax.

Hope that helps :)