8 lines
237 B
Text
8 lines
237 B
Text
' FB 1.05.0 Win64
|
|
|
|
' FreeBASIC has a built in Cls command which clears the console on Windows
|
|
' but it may still be possible to scroll the console to view its
|
|
' previous contents. The following command prevents this.
|
|
|
|
Shell("Cls")
|
|
Sleep
|