MrDraw/SkeinPyPy/models/xml_models/statements/while.xml

13 lines
305 B
XML
Raw Normal View History

<?xml version='1.0' ?>
<fabmetheus>
<function id='whileLoop' parameters='number' >
<statement count='0'/>
<while condition='count<number'>
<print count='count'/>
<statement count='+=1'/>
</while>
<return return='number'/>
</function>
<dictionary sevenLoop='=whileLoop(7)'/>
</fabmetheus>