Ominous... like dark clouds on the horizon...<P>For anyone who laughed at the code jokes -- this is funny only because it's real -- xmlBASIC:<P><main>
<code><P> <dim name="i">
<dim name="out"><P> <set name="out">
<constant value="0">
</set><P> <fornext><P> <start>
<set name="i">
<constant value="0">
</set>
</start><P> <while>
<less>
<variable name="i">
<constant value="100">
</less>
</while><P> <next>
<set name="i">
<add>
<variable name="i">
<constant value="1">
</add>
</set>
</next><P> <code>
<set name="out">
<add>
<variable name="out">
<variable name="i">
</add>
</set>
</code><P> </fornext><P> <return>
<variable name="out">
</return><P> </code>
</main>