Created
May 16, 2022 14:22
-
-
Save reisdev/11a8cdac5ff940566661b75aca96fc4b to your computer and use it in GitHub Desktop.
Tipos em Swift
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
let meuTexto: String = "Este é um texto" | |
let contador: Int = 0 | |
let medida: Float = 2.5 | |
let valor: Double = 10.0 | |
let hoje: Date = Date() |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment