<html>#2349: USE statements syntax in documenation is odd
<table style='border-spacing: 1ex 0pt; '>
<tr><td style='text-align:right'> Reporter:</td><td>Roland Haas</td></tr>
<tr><td style='text-align:right'>   Status:</td><td>new</td></tr>
<tr><td style='text-align:right'>Milestone:</td><td></td></tr>
<tr><td style='text-align:right'>  Version:</td><td></td></tr>
<tr><td style='text-align:right'>     Type:</td><td>bug</td></tr>
<tr><td style='text-align:right'> Priority:</td><td>trivial</td></tr>
<tr><td style='text-align:right'>Component:</td><td></td></tr>
</table>

<p>Currently the param.ccl parser will accepts things like:</p>
<div class="codehilite"><pre><span></span>USES REAL SomeReal &quot;&quot;
{
}
</pre></div>


<p>which is (almost, the docs would require a default value) correct according to the documentation (<a data-is-external-link="true" href="https://www.einsteintoolkit.org/usersguide/UsersGuidech12.html#x17-185000D2.3.2" rel="nofollow">https://www.einsteintoolkit.org/usersguide/UsersGuidech12.html#x17-185000D2.3.2</a>) but does not make much sense for <code>USES</code> (it is sensible for <code>EXTENDS</code>).</p>
<p>Similarly the <code>len</code>, <code>STEERABLE</code> and <code>ACCUMULATOR</code> options make no sense for <code>USES</code> or <code>EXTENDS</code>, and stead only make sense for actual declarations, while <code>AS</code> really only makes sense for <code>USES</code> and <code>EXTENDS</code>.</p>
<p>--<br/>
Ticket URL: <a href='https://bitbucket.org/einsteintoolkit/tickets/issues/2349/use-statements-syntax-in-documenation-is'>https://bitbucket.org/einsteintoolkit/tickets/issues/2349/use-statements-syntax-in-documenation-is</a></p>
</html>