Data type
From Coderwiki
More actions
While data types exist in both statically-typed programming languages and dynamically-typed programming languages, they are more important to know when working with static typing.
Every variable has some sort of data type. A data type just tells the programming language how to interpret the value of the variable.