User:Anpang/sandbox
Appearance
My sandbox
Imaginary programming language function list
- Stops the running project
b.restart
- Stops the running project and runs the running project again
b.setdisplay(mode)
- Sets display (mode
: true or false - true = with display or false = no display)
Base module | ||
---|---|---|
Function | Purpose | Parameters |
b.stop |
Stops the running project. | Template:Non |
b.restart |
Stops the running project and restarts | Template:Non |
b.setdisplay(bool) |
Sets if there is a display. | bool - true = display will be shown, false = display won't be shown, only terminal
|