Run part of the program the number of times you say.
This program will show the numbers 0, 1, 2, 3, and 4 one after another on the LED screen.
for(let i = 0; i < 5; ++i) { basic.showNumber(i) }
repeat, while, if, show number
Edit this page on GitHub