Previous Up Next

12.2.6  Printing: print Disp ClrIO

The print command prints in a special pane.
Disp is a synonym for print.


Examples.


The ClrIO command erases printing on the level it was typed.


Example.
Input:

print("Hello"); ClrIO

Output:

 
(1,1)

Previous Up Next