CLS
CLS = "Clear Screen"
cls( [color] )
| color | (optional) a color number |
This function will erase the entire game screen and fill it with a default color of black (#0). Including the optional color argument will fill the screen with the color specified.
Note: Using this function resets the cursor position to (0,0). See cursor and print for more about cursor position.
![]()
![]()
Images in this Guide by NerdyTeachers is licensed under CC BY-SA 4.0

2089
14 Oct 2023

