Cls/

Cls_1.bas

' |@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@|
' | Cls Example 1                                                              | 
' |         by                                                                 |
' |       GDN Black Ops : FreeBASIC Division                                   |
' |@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@|

' 'Cls' stands for 'Cl'ear 'S'creen. It will clear the screen of all text and
' graphics.

Print "This is cleared away by Cls."
Cls
Print "This will be seen."
Sleep
End

This page has been recommended for cleanup, integration, etc.

Unless otherwise stated, the content of this page is licensed under Creative Commons Attribution 2.5 License.