Please note that it's possible to use some Console statements in Linux/Unix
even if you compiled your program as GUI. However, this is not possible under Windows.
The console statements allowed in Linux/Unix without having to compile as CONSOLE
are: CLS, PRINT, and INPUT. SLEEP can also be used without consequences.