File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -628,6 +628,13 @@ const control = function (isInitialSetup, isStage) {
628
628
</value>
629
629
</block>
630
630
<block id="forever" type="control_forever"/>
631
+ <block id="for_each" type="control_for_each">
632
+ <value name="VALUE">
633
+ <shadow type="math_whole_number">
634
+ <field name="NUM">10</field>
635
+ </shadow>
636
+ </value>
637
+ </block>
631
638
<block type="control_exitLoop"/>
632
639
<block type="control_continueLoop"/>
633
640
${ blockSeparator }
@@ -654,13 +661,6 @@ const control = function (isInitialSetup, isStage) {
654
661
<block id="wait_until" type="control_wait_until"/>
655
662
<block id="repeat_until" type="control_repeat_until"/>
656
663
<block id="while" type="control_while"/>
657
- <block id="for_each" type="control_for_each">
658
- <value name="VALUE">
659
- <shadow type="math_whole_number">
660
- <field name="NUM">10</field>
661
- </shadow>
662
- </value>
663
- </block>
664
664
<block type="control_if_return_else_return">
665
665
<value name="boolean"></value>
666
666
<value name="TEXT1">
You can’t perform that action at this time.
0 commit comments