<xml>
  <block type="variables_set" inline="false" x="7" y="1">
    <title name="VAR">message</title>
    <value name="VALUE">
      <block type="text">
        <title name="TEXT">bonjour</title>
      </block>
    </value>
    <next>
      <block type="variables_set" inline="false">
        <title name="VAR">sortie</title>
        <value name="VALUE">
          <block type="text">
            <title name="TEXT"/>
          </block>
        </value>
        <next>
          <block type="controls_forEach" inline="false">
            <title name="VAR">lettre</title>
            <value name="LIST">
              <block type="variables_get">
                <title name="VAR">message</title>
              </block>
            </value>
            <statement name="DO">
              <block type="variables_set" inline="false">
                <title name="VAR">code</title>
                <value name="VALUE">
                  <block type="math_arithmetic" inline="true">
                    <title name="OP">MINUS</title>
                    <value name="A">
                      <block type="text_int_from_char" inline="false">
                        <value name="CHAR">
                          <block type="variables_get">
                            <title name="VAR">lettre</title>
                          </block>
                        </value>
                      </block>
                    </value>
                    <value name="B">
                      <block type="math_number">
                        <title name="NUM">96</title>
                      </block>
                    </value>
                  </block>
                </value>
                <next>
                  <block type="variables_set" inline="false">
                    <title name="VAR">lettre</title>
                    <value name="VALUE">
                      <block type="text_char_from_int" inline="false">
                        <value name="CODE">
                          <block type="math_arithmetic" inline="true">
                            <title name="OP">ADD</title>
                            <value name="A">
                              <block type="variables_get">
                                <title name="VAR">code</title>
                              </block>
                            </value>
                            <value name="B">
                              <block type="math_number">
                                <title name="NUM">96</title>
                              </block>
                            </value>
                          </block>
                        </value>
                      </block>
                    </value>
                    <next>
                      <block type="text_append" inline="false">
                        <title name="VAR">sortie</title>
                        <value name="TEXT">
                          <block type="text_join" inline="false">
                            <mutation items="4"/>
                            <value name="ADD0">
                              <block type="variables_get">
                                <title name="VAR">lettre</title>
                              </block>
                            </value>
                            <value name="ADD1">
                              <block type="text">
                                <title name="TEXT">=</title>
                              </block>
                            </value>
                            <value name="ADD2">
                              <block type="variables_get">
                                <title name="VAR">code</title>
                              </block>
                            </value>
                            <value name="ADD3">
                              <block type="text">
                                <title name="TEXT">; </title>
                              </block>
                            </value>
                          </block>
                        </value>
                      </block>
                    </next>
                  </block>
                </next>
              </block>
            </statement>
            <next>
              <block type="text_print" inline="false">
                <value name="TEXT">
                  <block type="variables_get">
                    <title name="VAR">sortie</title>
                  </block>
                </value>
              </block>
            </next>
          </block>
        </next>
      </block>
    </next>
  </block>
</xml>
