Swift is a type-safe language

Similar types as in other languages

  • String
  • Int (integer, a whole)
  • Float (32 bits)
  • Double (64 bits)
  • Bool (boolean, true or false)
  • Color (special type for colors)
  • etc.

Leave a Reply

Your email address will not be published. Required fields are marked *