Block(JumpLoop(
  Execute(
    Set(
      10000
      0
      Multiply(
        Get(
          4001
          0
        )
        32
      )
    )
    Set(
      10000
      1
      Add(
        13
        Get(
          10000
          0
        )
      )
    )
    Set(
      10000
      2
      Get(
        10000
        1
      )
    )
    Set(
      10000
      3
      GreaterOr(
        Get(
          1001
          2
        )
        Get(
          4101
          Get(
            10000
            2
          )
        )
      )
    )
    Break(
      1
      Get(
        10000
        3
      )
    )
    1
  )
  0
))