Skip to main content
Version: v2

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, true or false.