Guest User

Untitled

a guest
Jun 22nd, 2018
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.10 KB | None | 0 0
  1. print(type(of: "String"))
  2. print(type(of: 123))
  3. print(type(of: 1.0))
  4. // -> String
  5. // -> Int
  6. // -> Double
Add Comment
Please, Sign In to add comment