# 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()
```