limpiar( )

The limpiar( ) function clears the console screen.

This function is exactly the same as if you use cls on MS-Windows CMD or clear in UNIX-based systems.

limpiar()
escribir("Hello World")
limpiar()
escribir("The previous text was deleted")