PrintTemporary
PrintTemporary[expr] prints expr temporary and removes it from the output once the evaluation is complete
Examples
Print a message:
PrintTemporary[Red];
Pause[3];
"Done!"PrintTemporary[expr] prints expr temporary and removes it from the output once the evaluation is complete
Print a message:
PrintTemporary[Red];
Pause[3];
"Done!"