
digraph {
  bgcolor="transparent"

  node [penwidth=0.5 fontsize="12" shape="box" style="filled" fontcolor="white" fontname="Courier New"]
  edge [penwidth=2 fontsize="10" color="#0A1931" arrowsize=0.8 fontname="Courier New"]

#########
# NODES #
#########
  id_5864a2a6_5595_4bcf_b126_6027ebe8d494 [id="id_5864a2a6_5595_4bcf_b126_6027ebe8d494#Begin" pos="0.0,10000.0!" height=0.4 width=1.0 fixedsize=true group="fun-main"    label="Begin" tooltip="Begin" shape="ellipse" fillcolor="#8de4ff" color="#00799e" fontcolor="#982b13"] 
  id_b403a830_3ba3_411c_b2b9_7d82407a49cb [id="id_b403a830_3ba3_411c_b2b9_7d82407a49cb#Declare" pos="0.0,9999.0625!" height=0.4 width=1.0 fixedsize=true group="fun-main"    label="x = 1" tooltip="x: Integer = 1" fillcolor="#015692" color="#002a3a" fontcolor="white"] 
  end_id_969f1f34_2c96_41ac_b382_a8ee33962990 [id="end_id_969f1f34_2c96_41ac_b382_a8ee33962990#DoWhileEndId" class="flowrun-not-selectable" pos="0.0,9998.125!" group="fun-main" 
    label="" tooltip=" " shape="circle" fixedsize=true width=0.2 height=0.2 fillcolor="#ffd166" color="#8f6400" fontcolor="black"]
  
  id_2bc70a60_d425_48b8_a1d1_2ab59bffb06b [id="id_2bc70a60_d425_48b8_a1d1_2ab59bffb06b#Output" pos="0.0,9997.1875!" height=0.4 width=1.0 fixedsize=true group="id_2dd469db_c0b5_4d93_a22d_1b02f5d77689"    label="x" tooltip="x" shape="trapezium" fillcolor="#015692" color="#002a3a" fontcolor="white"] 
  id_339e5671_55ab_4a77_886e_a6173aeaafce [id="id_339e5671_55ab_4a77_886e_a6173aeaafce#Assign" pos="0.0,9996.25!" height=0.4 width=1.0 fixedsize=true group="id_2dd469db_c0b5_4d93_a22d_1b02f5d77689"    label="x = x+1" tooltip="x = x+1" fillcolor="#002a3a" color="#001117" fontcolor="white"] 
  
  id_969f1f34_2c96_41ac_b382_a8ee33962990 [id="id_969f1f34_2c96_41ac_b382_a8ee33962990#DoWhile" pos="0.0,9995.3125!" height=0.5 width=1.05 fixedsize=true group="fun-main" 
  label="x<=10" tooltip="x<=10" shape="diamond" fillcolor="#ffd166" color="#8f6400" fontcolor="black"]
  
  true_dummy_up_id_969f1f34_2c96_41ac_b382_a8ee33962990 [pos="1.25,9998.125!" shape=point width=0]
  true_dummy_down_id_969f1f34_2c96_41ac_b382_a8ee33962990 [pos="1.25,9995.3125!" shape=point width=0]
  
  
  id_d8dd1b7d_ae5a_463f_ab61_b9a3b44a1d40 [id="id_d8dd1b7d_ae5a_463f_ab61_b9a3b44a1d40#Return" pos="0.0,9994.375!" height=0.4 width=1.0 fixedsize=true group="fun-main"    label="End" tooltip="End" shape="ellipse" fillcolor="#8de4ff" color="#00799e" fontcolor="#982b13"] 

#########
# EDGES #
#########
  id_5864a2a6_5595_4bcf_b126_6027ebe8d494:s -> id_b403a830_3ba3_411c_b2b9_7d82407a49cb:n [id="id_5864a2a6_5595_4bcf_b126_6027ebe8d494@fun-main" tailtooltip=" " edgetooltip=" "]
  id_b403a830_3ba3_411c_b2b9_7d82407a49cb:s -> end_id_969f1f34_2c96_41ac_b382_a8ee33962990:n [id="id_b403a830_3ba3_411c_b2b9_7d82407a49cb@fun-main" tailtooltip=" " edgetooltip=" "]
  ## DOWHILE-BODY
  end_id_969f1f34_2c96_41ac_b382_a8ee33962990 -> id_2bc70a60_d425_48b8_a1d1_2ab59bffb06b [id="id_969f1f34_2c96_41ac_b382_a8ee33962990@id_2dd469db_c0b5_4d93_a22d_1b02f5d77689" tailtooltip=" " edgetooltip=" " ]
  id_2bc70a60_d425_48b8_a1d1_2ab59bffb06b:s -> id_339e5671_55ab_4a77_886e_a6173aeaafce:n [id="id_2bc70a60_d425_48b8_a1d1_2ab59bffb06b@id_2dd469db_c0b5_4d93_a22d_1b02f5d77689" tailtooltip=" " edgetooltip=" "]
  id_339e5671_55ab_4a77_886e_a6173aeaafce:s -> id_969f1f34_2c96_41ac_b382_a8ee33962990:n [id="id_339e5671_55ab_4a77_886e_a6173aeaafce@id_2dd469db_c0b5_4d93_a22d_1b02f5d77689" tailtooltip=" " edgetooltip=" "]
  
  ## DOWHILE-TRUE
  id_969f1f34_2c96_41ac_b382_a8ee33962990:e -> true_dummy_down_id_969f1f34_2c96_41ac_b382_a8ee33962990 [tailtooltip=" " edgetooltip=" " arrowhead=none taillabel="true" fontcolor="forestgreen" labelangle=90]
  true_dummy_down_id_969f1f34_2c96_41ac_b382_a8ee33962990 -> true_dummy_up_id_969f1f34_2c96_41ac_b382_a8ee33962990 [tailtooltip=" " edgetooltip=" " arrowhead=none]
  true_dummy_up_id_969f1f34_2c96_41ac_b382_a8ee33962990 -> end_id_969f1f34_2c96_41ac_b382_a8ee33962990:e [ tailtooltip=" " edgetooltip=" "]
  
  ## DOWHILE-FALSE
  id_969f1f34_2c96_41ac_b382_a8ee33962990:s -> id_d8dd1b7d_ae5a_463f_ab61_b9a3b44a1d40 [id="id_969f1f34_2c96_41ac_b382_a8ee33962990@fun-main" tailtooltip=" " edgetooltip=" " taillabel="false" fontcolor="red" labeldistance=2 labelangle=-80]
  

}
