more remapping

This commit is contained in:
Tom Ball 2016-06-14 21:44:51 -04:00
parent bbbb1ea6bc
commit 887a652a06
2 changed files with 2 additions and 3 deletions

View File

@ -3,4 +3,5 @@
```cards
for(let i = 0;i<5;i++) {}
while(true) {}
basic.forever(() => {});
```

View File

@ -6,8 +6,6 @@ The following built-in types are supported for the BBC micro:bit:
* **[String](/reference/types/string)**: a sequence of characters
* **[Number](/reference/types/number)**: an integer number (32-bit signed)
* **[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.