
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_a06357cc_a929_419e_99a2_20bc970d70db [id="id_a06357cc_a929_419e_99a2_20bc970d70db#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_7fa69be8_c419_43e5_8f3d_9c31ab669c27 [id="id_7fa69be8_c419_43e5_8f3d_9c31ab669c27#Declare" pos="0.0,9999.0625!" height=0.4 width=1.0 fixedsize=true group="fun-main"    label="c = 0" tooltip="c: Integer = 0" fillcolor="#015692" color="#002a3a" fontcolor="white"] 
  end_id_735f5e94_fe25_4d79_9f75_5c4f36c872dd [id="end_id_735f5e94_fe25_4d79_9f75_5c4f36c872dd#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_24bea8bf_3068_41bb_8cb6_b33753367b77 [id="id_24bea8bf_3068_41bb_8cb6_b33753367b77#Assign" pos="0.0,9997.1875!" height=0.4 width=1.0 fixedsize=true group="id_cba48eac_d372_4b31_ac2a_fde3003529cb"    label="c = c+1" tooltip="c = c+1" fillcolor="#002a3a" color="#001117" fontcolor="white"] 
  id_a9d02e5c_bbdd_46a3_aeb6_5b99f6f11fa7 [id="id_a9d02e5c_bbdd_46a3_aeb6_5b99f6f11fa7#Output" pos="0.0,9996.25!" height=0.4 width=1.0 fixedsize=true group="id_cba48eac_d372_4b31_ac2a_fde3003529cb"    label="c" tooltip="c" shape="trapezium" fillcolor="#015692" color="#002a3a" fontcolor="white"] 
  
  id_735f5e94_fe25_4d79_9f75_5c4f36c872dd [id="id_735f5e94_fe25_4d79_9f75_5c4f36c872dd#DoWhile" pos="0.0,9995.3125!" height=0.5 width=1.0 fixedsize=true group="fun-main" 
  label="c<10" tooltip="c<10" shape="diamond" fillcolor="#ffd166" color="#8f6400" fontcolor="black"]
  
  true_dummy_up_id_735f5e94_fe25_4d79_9f75_5c4f36c872dd [pos="1.25,9998.125!" shape=point width=0]
  true_dummy_down_id_735f5e94_fe25_4d79_9f75_5c4f36c872dd [pos="1.25,9995.3125!" shape=point width=0]
  
  
  id_bdfbb1ed_e9ab_46d2_aa7f_d791d26b3ccc [id="id_bdfbb1ed_e9ab_46d2_aa7f_d791d26b3ccc#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_a06357cc_a929_419e_99a2_20bc970d70db:s -> id_7fa69be8_c419_43e5_8f3d_9c31ab669c27:n [id="id_a06357cc_a929_419e_99a2_20bc970d70db@fun-main" tailtooltip=" " edgetooltip=" "]
  id_7fa69be8_c419_43e5_8f3d_9c31ab669c27:s -> end_id_735f5e94_fe25_4d79_9f75_5c4f36c872dd:n [id="id_7fa69be8_c419_43e5_8f3d_9c31ab669c27@fun-main" tailtooltip=" " edgetooltip=" "]
  ## DOWHILE-BODY
  end_id_735f5e94_fe25_4d79_9f75_5c4f36c872dd -> id_24bea8bf_3068_41bb_8cb6_b33753367b77 [id="id_735f5e94_fe25_4d79_9f75_5c4f36c872dd@id_cba48eac_d372_4b31_ac2a_fde3003529cb" tailtooltip=" " edgetooltip=" " ]
  id_24bea8bf_3068_41bb_8cb6_b33753367b77:s -> id_a9d02e5c_bbdd_46a3_aeb6_5b99f6f11fa7:n [id="id_24bea8bf_3068_41bb_8cb6_b33753367b77@id_cba48eac_d372_4b31_ac2a_fde3003529cb" tailtooltip=" " edgetooltip=" "]
  id_a9d02e5c_bbdd_46a3_aeb6_5b99f6f11fa7:s -> id_735f5e94_fe25_4d79_9f75_5c4f36c872dd:n [id="id_a9d02e5c_bbdd_46a3_aeb6_5b99f6f11fa7@id_cba48eac_d372_4b31_ac2a_fde3003529cb" tailtooltip=" " edgetooltip=" "]
  
  ## DOWHILE-TRUE
  id_735f5e94_fe25_4d79_9f75_5c4f36c872dd:e -> true_dummy_down_id_735f5e94_fe25_4d79_9f75_5c4f36c872dd [tailtooltip=" " edgetooltip=" " arrowhead=none taillabel="true" fontcolor="forestgreen" labelangle=90]
  true_dummy_down_id_735f5e94_fe25_4d79_9f75_5c4f36c872dd -> true_dummy_up_id_735f5e94_fe25_4d79_9f75_5c4f36c872dd [tailtooltip=" " edgetooltip=" " arrowhead=none]
  true_dummy_up_id_735f5e94_fe25_4d79_9f75_5c4f36c872dd -> end_id_735f5e94_fe25_4d79_9f75_5c4f36c872dd:e [ tailtooltip=" " edgetooltip=" "]
  
  ## DOWHILE-FALSE
  id_735f5e94_fe25_4d79_9f75_5c4f36c872dd:s -> id_bdfbb1ed_e9ab_46d2_aa7f_d791d26b3ccc [id="id_735f5e94_fe25_4d79_9f75_5c4f36c872dd@fun-main" tailtooltip=" " edgetooltip=" " taillabel="false" fontcolor="red" labeldistance=2 labelangle=-80]
  

}
