I am teaching myself to program using Swift 3, and I'm currently learning booleans. I noticed that if I want to explicitly declare my variable of type bool, I have two options
Bool
or
Logical
I was wondering why we have these two options if they are the same? Well, are they the same? This is what I'm confused about.
Thanks in advance.
source share