allocating variables
From Objective-C to Swift: A Journey
Michael Gachet
312
You’re not actually allocating a variable here. You’re introducing a new name into the scope of the if.
You’re not actually allocating a variable here. You’re introducing a new name into the scope of the if.