Definition, Meaning & Synonyms
clc
Verb
/siːˈelˈsi:/
Definition
A command in various programming and scripting languages that is used to clear the command window or console screen, removing all previous commands and outputs.
Examples
- Before running the new commands, type ‘clc’ to clear the screen.
- After several outputs, I used ‘clc’ in MATLAB to start fresh.
Meaning
To erase the current content displayed in a console or terminal to assist in better visibility for future commands.
Synonyms
- clear
- erase
- reset