The image is a screenshot from a Swift playground -> code on the left, log (if you can call it that) on the right.
I suppose what I expected to happen was that line 8 would result in 1 because, you know, 0 + 1 = 1
Can anyone explain what is happening here?
now with println
p.s. before you say anything about it, I understand semi-colons are useless now, it's habit since i'm just today deciding to learn Swift coming from Obj-C.