​Swift is a effective and user-friendly development language for macOS, iOS, watchOS and tvOS....

Page 57

Swift

Flow Diagram

Example import Cocoa

var someInts:[Int] = [10, 20, 30]

for var index = 0; index < 3; ++index { println( "Value of someInts[\(index)] is \(someInts[index])") } When the above code is executed, it produces the following result: Value of someInts[0] is 10 Value of someInts[1] is 20 Value of someInts[2] is 30 45


Issuu converts static files into: digital portfolios, online yearbooks, online catalogs, digital photo albums and more. Sign up and create your flipbook.