ModelBegin

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

Usage

    ModelBegin

Description

This command declares the beginning of an object. It is optional and has no effect. Some people like to use it for readability of the code.

Arguments

This command has no arguments.


Examples

Modelbegin
 clumpbegin
  # model code here
 clumpend
Modelend