This is a read-only mirror of pymolwiki.org
Difference between revisions of "Quit"
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. | |
− | + | ||
===USAGE=== | ===USAGE=== | ||
− | + | quit | |
− | + | ||
===PYMOL API=== | ===PYMOL API=== | ||
<source lang="python"> | <source lang="python"> | ||
− | + | cmd.quit() | |
</source> | </source> | ||
− | [[Category:Commands| | + | [[Category:Commands|Quit]] |
Revision as of 14:19, 20 June 2009
DESCRIPTION
quit terminates the program.
USAGE
quit
PYMOL API
cmd.quit()