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.
page revision: 3, last edited: 24 Dec 2007 10:26