You are on page 1of 1

<?xml version="1.0"?

>
<flowgorithm fileversion="2.11">
<attributes>
<attribute name="name" value=""/>
<attribute name="authors" value="Leonardo"/>
<attribute name="about" value=""/>
<attribute name="saved" value="2021-09-29 05:22:55 "/>
<attribute name="created"
value="TGVvbmFyZG87REVTS1RPUC05SEdOUjdCOzIwMjEtMDktMjk7IjA1OjA5OjU4ICI7MzA5MQ=="/>
<attribute name="edited"
value="TGVvbmFyZG87REVTS1RPUC05SEdOUjdCOzIwMjEtMDktMjk7IjA1OjIyOjU1ICI7NzszMTk3"/>
</attributes>
<function name="Main" type="None" variable="">
<parameters/>
<body>
<output expression="&quot; i numeri pari da 10 a 20 &quot;"
newline="True"/>
<declare name="t, i" type="Integer" array="False" size=""/>
<assign variable="t" expression="10"/>
<assign variable="i" expression="0"/>
<while expression="i&lt;6">
<output expression="t" newline="True"/>
<assign variable="t" expression="t+2"/>
<assign variable="i" expression="i+1"/>
</while>
</body>
</function>
</flowgorithm>

You might also like