clrscr(clearscreen) command does not work

Issue #94 wontfix
Gaurav Parab created an issue

I have put uses crt which is necessary for clrscr to work but when i put it the command “clrscr” it does not clear the run screen. I tried it on a windows compiler and it worked. Can someone help?

Comments (5)

  1. George Bakhtadze repo owner

    ClrScr and similar crt routines affects only regular console. It will not work in IDE output window as it’s not a real console. You can just run your program in console after compilation.

  2. George Bakhtadze repo owner

    AFAIR there is a built-in terminal in Mac OS. Don’t know what crt feature it supports.

  3. Log in to comment