Clear screen in CLING

Is there a command to clear screen in CLING?


Please read tips for efficient and successful posting and posting code

ROOT Version: Not Provided
Platform: Not Provided
Compiler: Not Provided


Try:

.!clear

or, if you’re on Windows:

.!cls
2 Likes

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.