﻿<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<?application progid="SMath Studio" version="0.65.0"?>
<regions>
  <region id="0" left="36" top="0" width="185" height="40" font-size="10" color="#0000ff" background-color="#ffff00">
    <text>
      <p bold="false" href="">  Euclidean algorithm(calculating the gcd)</p>
    </text>
  </region>
  <region id="1" left="0" top="45" width="76" height="24" font-size="10" color="#000000" background-color="#ffffff">
    <math fraction-type="none">
      <e type="operand">a</e>
      <e type="operand">20405</e>
      <e type="operator" args="2">←</e>
    </math>
  </region>
  <region id="2" left="90" top="45" width="76" height="24" font-size="10" color="#000000" background-color="#ffffff">
    <math fraction-type="none">
      <e type="operand">b</e>
      <e type="operand">84645</e>
      <e type="operator" args="2">←</e>
    </math>
  </region>
  <region id="3" left="0" top="63" width="49" height="26" font-size="10" color="#000000" background-color="#ffffff">
    <math fraction-type="none">
      <e type="operand">x</e>
      <e type="operand">a</e>
      <e type="function" args="1">abs</e>
      <e type="operator" args="2">←</e>
    </math>
  </region>
  <region id="4" left="90" top="63" width="49" height="26" font-size="10" color="#000000" background-color="#ffffff">
    <math fraction-type="none">
      <e type="operand">y</e>
      <e type="operand">b</e>
      <e type="function" args="1">abs</e>
      <e type="operator" args="2">←</e>
    </math>
  </region>
  <region id="5" left="0" top="90" width="158" height="114" font-size="10" color="#000000" background-color="#ffffff">
    <math fraction-type="none">
      <e type="operand">x</e>
      <e type="operand">0</e>
      <e type="operator" args="2">≠</e>
      <e type="bracket">(</e>
      <e type="operand">y</e>
      <e type="operand">0</e>
      <e type="operator" args="2">≠</e>
      <e type="bracket">(</e>
      <e type="operator" args="2">&amp;</e>
      <e type="operand">x</e>
      <e type="operand">y</e>
      <e type="operator" args="2">&gt;</e>
      <e type="operand">x</e>
      <e type="operand">x</e>
      <e type="operand">y</e>
      <e type="function" args="2">mod</e>
      <e type="operator" args="2">←</e>
      <e type="operand">y</e>
      <e type="operand">y</e>
      <e type="operand">x</e>
      <e type="function" args="2">mod</e>
      <e type="operator" args="2">←</e>
      <e type="function" args="3">if</e>
      <e type="function" args="2">while</e>
      <e type="operand">GCD</e>
      <e type="operand">x</e>
      <e type="operand">y</e>
      <e type="operator" args="2">+</e>
      <e type="operator" args="2">←</e>
      <e type="operand">2</e>
      <e type="operand">1</e>
      <e type="function" args="4">line</e>
    </math>
  </region>
  <region id="6" left="0" top="207" width="66" height="24" font-size="10" color="#000000" background-color="#ffffff">
    <math fraction-type="none">
      <e type="operand">GCD</e>
      <e type="operand">55</e>
      <e type="operator" args="2">=</e>
    </math>
  </region>
  <region id="7" left="0" top="234" width="78" height="24" font-size="10" color="#0000ff" background-color="#ffff80">
    <text>
      <p bold="false" href="">Control:</p>
    </text>
  </region>
  <region id="8" left="0" top="252" width="79" height="41" font-size="10" color="#000000" background-color="#ffffff">
    <math fraction-type="none">
      <e type="operand">a</e>
      <e type="operand">GCD</e>
      <e type="operator" args="2">/</e>
      <e type="operand">371</e>
      <e type="operator" args="2">=</e>
    </math>
  </region>
  <region id="9" left="90" top="252" width="87" height="41" font-size="10" color="#000000" background-color="#ffffff">
    <math fraction-type="none">
      <e type="operand">b</e>
      <e type="operand">GCD</e>
      <e type="operator" args="2">/</e>
      <e type="operand">1539</e>
      <e type="operator" args="2">=</e>
    </math>
  </region>
</regions>