Int is an integer data type.
Int
The integer variable has the size of 8 bytes and stores an integer from -9,223,372,036,854,775,808 to 9,223,372,036,854,775,807 inclusive.
let age = 42 let length = size("hello")