WLJS LogoWLJS Notebook

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!"

On this page