<h2>Classes</h2>
These are nice data types for dealing with...  Data!<p>
<ul>
<li><a name="class_command">
command</a><pre>
class command {
                string verb;
                string file;
                string args;
                string filepart;
}

</pre>
<li><a name="class_command_class">
command_class</a><pre>
class command_class {
                      mapping patterns;
                      string * order;
}

</pre>
<li><a name="class_command_data">
command_data</a><pre>
class command_data {
                     int weight;
                     mixed * calls;
}

</pre>
</ul>
[an error occurred while processing this directive]

