Jump to content

User:Anpang/sandbox

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Anpang (talk | contribs) at 02:53, 29 December 2021. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

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