scripting:datatypes
This is an old revision of the document!
Datatypes
What are datatypes?
Data types are used within type systems, which offer various ways of defining, implementing, and using them. Different type systems ensure varying degrees of type safety.
Almost all programming languages explicitly include the notion of data type, though different languages may use different terminology.
Common data types include:
- Integer
- Floating-point number
- Character
- String
- Boolean
int
float
scripting/datatypes.1660050406.txt.gz · Last modified: 2022/08/09 14:06 by jerryhopper