| None. |
| This command will wipe the current drawing buffer clean of any graphics or text present and reset the drawing buffer back to the color defined in the ClsColor command |
|
;set ClsColor to red
ClsColor 255,0,0 ;set current drawing buffer to the color set by the ClsColor command Cls |