Difference between revisions of "Cls"

From PyMOLWiki
Jump to navigation Jump to search
Line 2: Line 2:
 
'''cls''' clears the output buffer.
 
'''cls''' clears the output buffer.
  
 +
<gallery widths="250px" heights="180px">
 +
Image:no_cls.png|Messy output buffer
 +
Image:cls.png|Cleared output buffer
 +
</gallery>
 
===USAGE===
 
===USAGE===
cls
+
<source lang="python">
 +
cls
 +
</source>
  
 
[[Category:Commands|cls]]
 
[[Category:Commands|cls]]

Revision as of 09:12, 18 September 2008

DESCRIPTION

cls clears the output buffer.

USAGE

cls