RUN
Root / Documentation / [.]
Created:
Run the program in the given slot. The memory of that slot (including its variables and `SPFUNC`/`TFUNC` mappings) is cleared before the program runs. Direct Mode only.
* Syntax
```sbsyntax
RUN [slot]
```
|* Input | Description |
| `slot` | The program slot to run (optional, default `0`) |
* Examples
```sb4
RUN 'run the program in slot 0
RUN 2 ' run the program in slot 2
```
No posts yet (will you be the first?)