<xml xmlns="https://developers.google.com/blockly/xml">
  <block type="zsibot_start" id="0(NWaHnv|fAE^YSU]W8n" x="40" y="40">
    <next>
      <block type="zsibot_stand" id="k+xl0~=p8rZHY6N{ozHB">
        <next>
          <block type="zsibot_show_message" id="=o_AW7r$}]AvEd|f9y|K">
            <field name="TEXT">Zigzag time!</field>
            <next>
              <block type="zsibot_repeat" id="+8yO/^:]yUvs63f^TBb3">
                <field name="TIMES">2</field>
                <statement name="DO">
                  <block type="zsibot_forward" id="sq72`kK^T?`@)goz19@I">
                    <field name="SPEED">low_speed</field>
                    <field name="DURATION">2</field>
                    <next>
                      <block type="zsibot_turn" id="{9tjbt.{1fTk$)wZ8Ky7">
                        <field name="DIR">left</field>
                        <field name="DURATION">1</field>
                        <next>
                          <block type="zsibot_forward" id="6bTmm?do0U0ib+Qc5f~Q">
                            <field name="SPEED">low_speed</field>
                            <field name="DURATION">2</field>
                            <next>
                              <block type="zsibot_turn" id=",(|ixP8H#X,`JCdQM04n">
                                <field name="DIR">right</field>
                                <field name="DURATION">1</field>
                              </block>
                            </next>
                          </block>
                        </next>
                      </block>
                    </next>
                  </block>
                </statement>
                <next>
                  <block type="zsibot_show_message" id="EQg*Kl!Z3:pp*!F.Sa1=">
                    <field name="TEXT">Zigzag done!</field>
                  </block>
                </next>
              </block>
            </next>
          </block>
        </next>
      </block>
    </next>
  </block>
</xml>