Glossary
caution
Work In Progres
Data types can be:
string: any text value enclosed in double quotes characters".integer: a number that can be written without a fractional component. For example, 1.float: a number that is not an integer, because it includes a fraction represented in decimal format. For example, 1.5.boolean: a data type with two possible values. For example,trueorfalse.