Clear Screen
[affmage source="ebay" results="45"]Clear Screen[/affmage]
[affmage source="amazon" results="10"]Clear Screen[/affmage]
Clear Screen?
Does anyone know of a clear screen function built into pascal?
There are no functions built into the language to clear the screen… but all compilers will include units for handling the screen.
It’s clrscr in Turbo Pascal but you may need to use the correct unit at the [...]