diff --git a/docs/types/number.md b/docs/types/number.md new file mode 100644 index 00000000..fe018e5a --- /dev/null +++ b/docs/types/number.md @@ -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); +```