9 lines
166 B
Markdown
Raw Normal View History

2016-03-25 16:47:20 -07:00
# Reset
Reset the BBC micro:bit (as if you pushed the reset button on the back of the device), which causes the program to start again.
```sig
control.reset()
```