Swift Programming Language

31 thoughts
last posted Aug. 6, 2014, 9:41 p.m.

1 earlier thought

0

Swift does Perl-style string interpolation from locals:

let apples = 3
let appleSummary = "I have \(apples) apples."

29 later thoughts