more remapping
This commit is contained in:
parent
bbbb1ea6bc
commit
887a652a06
@ -3,4 +3,5 @@
|
|||||||
```cards
|
```cards
|
||||||
for(let i = 0;i<5;i++) {}
|
for(let i = 0;i<5;i++) {}
|
||||||
while(true) {}
|
while(true) {}
|
||||||
|
basic.forever(() => {});
|
||||||
```
|
```
|
||||||
|
@ -6,8 +6,6 @@ The following built-in types are supported for the BBC micro:bit:
|
|||||||
* **[String](/reference/types/string)**: a sequence of characters
|
* **[String](/reference/types/string)**: a sequence of characters
|
||||||
* **[Number](/reference/types/number)**: an integer number (32-bit signed)
|
* **[Number](/reference/types/number)**: an integer number (32-bit signed)
|
||||||
* **[Boolean](/blocks/logic/boolean)**: true or false
|
* **[Boolean](/blocks/logic/boolean)**: true or false
|
||||||
* **[Image](/blocks/image)**: a collection of [micro:bit LED states](/device/screen) (on/off)
|
* **[Image](/reference/images/image)**: a collection of [micro:bit LED states](/device/screen) (on/off)
|
||||||
|
|
||||||
TypeScript allows you to create user-defined classes of data.
|
TypeScript allows you to create user-defined classes of data.
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user