Is there any way to clear a Rebol console? (Maybe there are too many things in the console and I don't want to open a new one ;-) or I need to print some things in a clear console).
I know we can call cls
in Windows or clear
in Linux to clear the console. But how can I do it in Rebol, just in console or some script files?
In Rebol, I know we can do a system call with something like call "cmd"
. But call "cls"
doesn't work.