ModelEnd

From ActiveWiki
Revision as of 13:31, 17 February 2010 by Talisan (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Usage

    ModelEnd

Description

This command marks the end of the object definition. No further commands after ModelEnd will be processed.

Arguments

This command has no arguments.

Example

Modelbegin
 clumpbegin
  # model code here
 clumpend
Modelend