This chapter presents how to create variables to hold various types of data such as numbers, strings, arrays, and Boolean values. It also presents how to take data out from the variables for further processing, and how to change data stored in the variables during the execution of the code.
9-1. Creating Integer Variables
Problem
You want to create a variable and store the value 100 in it, then display the content on the micro:bit display.
Solution
- In the Toolbox, click on the Variables category and then click the Make a Variable... button (Figure 9-1 ).