inserting macros instead of hard coded board names

This commit is contained in:
Peli de Halleux
2016-11-01 10:42:42 -07:00
parent 6799721c9b
commit d76d92e041
132 changed files with 271 additions and 271 deletions

View File

@ -35,7 +35,7 @@ basic.forever(() => {
The following example keeps showing the [number](/reference/types/number) stored in a global variable.
When you press button `A`, the number gets bigger.
You can use a program like this to count things with your BBC micro:bit.
You can use a program like this to count things with your @boardname@.
```blocks
let num = 0

View File

@ -21,7 +21,7 @@ basic.showAnimation(`
In this animation, each row is 15 spaces wide because
there are three frames in the animation, and each frame is
five spaces wide, just like the screen on the BBC micro:bit.
five spaces wide, just like the screen on the @boardname@.
```blocks
basic.showAnimation(`