Skip to content

Instantly share code, notes, and snippets.

@edgarjcfn
Created March 21, 2017 13:31
Show Gist options
  • Select an option

  • Save edgarjcfn/a3a6327b7677258a45a6caf54fd820c7 to your computer and use it in GitHub Desktop.

Select an option

Save edgarjcfn/a3a6327b7677258a45a6caf54fd820c7 to your computer and use it in GitHub Desktop.
<xml xmlns="http://www.w3.org/1999/xhtml">
<block type="text_print" id="IX@!wOPTRH{cg@)GwO)~" x="138" y="63">
<value name="TEXT">
<shadow type="text" id="0xZ6]FJM=h==!vmuwRc0">
<field name="TEXT">Repeat statement</field>
</shadow>
</value>
<next>
<block type="controls_repeat_ext" id="=QnI.mK=m!`%eY)T,/xn">
<value name="TIMES">
<shadow type="math_number" id="#/npAkODmCOvci*g}lOz">
<field name="NUM">10</field>
</shadow>
</value>
<statement name="DO">
<block type="text_print" id="}d+8]8.!~fWdIcOwX.^7">
<value name="TEXT">
<shadow type="text" id="$l9X9kyrgq1-x~3ubQ1d">
<field name="TEXT">Hello</field>
</shadow>
</value>
</block>
</statement>
<next>
<block type="text_print" id="J;V9)l@*uIZ5v_,OF2Yc">
<value name="TEXT">
<shadow type="text" id=",B}3V1PiVn6JftA@kz2y">
<field name="TEXT">"for loop", a repeat statement with an iteration variable</field>
</shadow>
</value>
<next>
<block type="controls_for" id="S@aYc=XsG9gC4:}vuk,M">
<field name="VAR">i</field>
<value name="FROM">
<shadow type="math_number" id="42!*s+EPp54?r6(lZX:S">
<field name="NUM">1</field>
</shadow>
</value>
<value name="TO">
<shadow type="math_number" id="h%UPCAsIo7SPmUpBKn-i">
<field name="NUM">100</field>
</shadow>
</value>
<value name="BY">
<shadow type="math_number" id="T.f:0BJ,nUq;wQ2GtsC,">
<field name="NUM">1</field>
</shadow>
</value>
<statement name="DO">
<block type="text_print" id="qpoujMwWMZGb-TTV#^g-">
<value name="TEXT">
<shadow type="text" id="Be=Y@)eE;@m,AI$uj{jg">
<field name="TEXT">abc</field>
</shadow>
<block type="variables_get" id="6h^$$.i#w`i~/cZ_Z,=r">
<field name="VAR">i</field>
</block>
</value>
</block>
</statement>
</block>
</next>
</block>
</next>
</block>
</next>
</block>
</xml>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment