updated docs
This commit is contained in:
parent
e15ceafa58
commit
e754ffaed7
10
docs/types/number.md
Normal file
10
docs/types/number.md
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
# @extends
|
||||||
|
|
||||||
|
### Show number #print
|
||||||
|
|
||||||
|
The [show number](/reference/basic/show-number) function displays a number on the [LED screen](/device/screen).
|
||||||
|
For example, this code displays the number 42:
|
||||||
|
|
||||||
|
```blocks
|
||||||
|
basic.showNumber(42);
|
||||||
|
```
|
Loading…
Reference in New Issue
Block a user