This is a read-only mirror of pymolwiki.org

Difference between revisions of "Quit"

From PyMOL Wiki
Jump to navigation Jump to search
 
m
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
===DESCRIPTION===
 
===DESCRIPTION===
    "quit" terminates the program.  
+
'''quit''' terminates the program.  
+
 
 
===USAGE===
 
===USAGE===
    quit
+
quit
+
 
 
===PYMOL API===
 
===PYMOL API===
 
<source lang="python">
 
<source lang="python">
  cmd.quit()  
+
cmd.quit()  
 
</source>
 
</source>
  
[[Category:Commands|quit]]
+
[[Category:Commands|Quit]]

Revision as of 14:19, 20 June 2009

DESCRIPTION

quit terminates the program.

USAGE

quit

PYMOL API

cmd.quit()