pxt-calliope/docs/reference/types.md
2016-04-13 08:27:45 -07:00

18 lines
609 B
Markdown

# types
Touch Develop types.
### @parent language
A *type* refers to a class of data and the operations permitted on that data. The following types are supported by Block Editor for the BBC micro:bit:
* **[String](/reference/types/string)**: a sequence of characters
* **[Number](/reference/types/number)**: an integer number (32-bit signed)
* **[Boolean](/reference/types/boolean)**: true or false
* **[Image](/blocks/image)**: a collection of [micro:bit LED states](/device/screen) (on/off)
### see also
[local variables](/reference/variables/var), [assignment operator](/reference/variables/assign)