loader image
Skip to main content

Data Type

A classification that describes what kind of value a variable can hold and what operations are valid (e.g., integer, float, string, boolean, array, dictionary). Some languages enforce types strictly, while others are more flexible.

» Site Glossary