inserting macros instead of hard coded board names
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user