lets suppose var x: Int = 5 now I want to get the...
# getting-started
s
lets suppose var x: Int = 5 now I want to get the type of x and print it. How can I do this?