updated docs

This commit is contained in:
Peli de Halleux 2017-03-16 14:47:48 -07:00
parent e15ceafa58
commit e754ffaed7

10
docs/types/number.md Normal file
View 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);
```