
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_12f17659_5e48_4a8c_b15f_730e80bc9b02 [id="id_12f17659_5e48_4a8c_b15f_730e80bc9b02#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_d4290d7c_3e98_4880_9c2f_801295773335 [id="id_d4290d7c_3e98_4880_9c2f_801295773335#Declare" pos="0.0,9999.0625!" height=0.4 width=1.0 fixedsize=true group="fun-main"    label="x" tooltip="x: Integer" fillcolor="#015692" color="#002a3a" fontcolor="white"] 
  id_02b83d50_2928_40cb_8415_8e7f55d01865 [id="id_02b83d50_2928_40cb_8415_8e7f55d01865#Input" pos="0.0,9998.125!" height=0.4 width=1.0 fixedsize=true group="fun-main"    label="x" tooltip="x" shape="invtrapezium" fillcolor="#015692" color="#002a3a" fontcolor="white"] 
  id_85b54377_21bd_491a_9b6e_58d6a45303af [id="id_85b54377_21bd_491a_9b6e_58d6a45303af#While" pos="0.0,9997.1875!" 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_85b54377_21bd_491a_9b6e_58d6a45303af [pos="1.25,9997.1875!" shape=point width=0]
  false_dummy_up_id_85b54377_21bd_491a_9b6e_58d6a45303af [pos="-1.25,9997.1875!" shape=point width=0]
  
  id_05b6b902_ae14_40ce_a4a1_624b5b575700 [id="id_05b6b902_ae14_40ce_a4a1_624b5b575700#Output" pos="1.25,9996.25!" height=0.4 width=1.0 fixedsize=true group="id_91a80617_8f19_42d6_a414_cebe34489343"    label="x" tooltip="x" shape="trapezium" fillcolor="#015692" color="#002a3a" fontcolor="white"] 
  id_2dfd6ce4_e018_45d4_ab98_290ac05c256b [id="id_2dfd6ce4_e018_45d4_ab98_290ac05c256b#Assign" pos="1.25,9995.3125!" height=0.4 width=1.0 fixedsize=true group="id_91a80617_8f19_42d6_a414_cebe34489343"    label="x = x+1" tooltip="x = x+1" fillcolor="#002a3a" color="#001117" fontcolor="white"] 
  
  true_dummy_down_id_85b54377_21bd_491a_9b6e_58d6a45303af [pos="1.25,9994.479166666666!" shape=point width=0]
  true_dummy_down_left_id_85b54377_21bd_491a_9b6e_58d6a45303af [pos="0.0,9994.479166666666!" shape=point width=0]
  false_dummy_down_id_85b54377_21bd_491a_9b6e_58d6a45303af [pos="-1.25,9994.375!" shape=point width=0]
  end_dummy_down_id_85b54377_21bd_491a_9b6e_58d6a45303af [pos="0.0,9994.375!" group="fun-main" shape=point width=0]
  
  
  id_4565591a_8c7f_4a43_9cea_c54a42d669ff [id="id_4565591a_8c7f_4a43_9cea_c54a42d669ff#Return" pos="0.0,9993.4375!" 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_12f17659_5e48_4a8c_b15f_730e80bc9b02:s -> id_d4290d7c_3e98_4880_9c2f_801295773335:n [id="id_12f17659_5e48_4a8c_b15f_730e80bc9b02@fun-main" tailtooltip=" " edgetooltip=" "]
  id_d4290d7c_3e98_4880_9c2f_801295773335:s -> id_02b83d50_2928_40cb_8415_8e7f55d01865:n [id="id_d4290d7c_3e98_4880_9c2f_801295773335@fun-main" tailtooltip=" " edgetooltip=" "]
  id_02b83d50_2928_40cb_8415_8e7f55d01865:s -> id_85b54377_21bd_491a_9b6e_58d6a45303af:n [id="id_02b83d50_2928_40cb_8415_8e7f55d01865@fun-main" tailtooltip=" " edgetooltip=" "]
  ## WHILE-TRUE
  id_85b54377_21bd_491a_9b6e_58d6a45303af:e -> true_dummy_up_id_85b54377_21bd_491a_9b6e_58d6a45303af [id="id_85b54377_21bd_491a_9b6e_58d6a45303af@id_91a80617_8f19_42d6_a414_cebe34489343" tailtooltip=" " edgetooltip=" " arrowhead=none taillabel="true" fontcolor="forestgreen"]
  true_dummy_up_id_85b54377_21bd_491a_9b6e_58d6a45303af -> id_05b6b902_ae14_40ce_a4a1_624b5b575700:n [id="id_85b54377_21bd_491a_9b6e_58d6a45303af@id_91a80617_8f19_42d6_a414_cebe34489343" tailtooltip=" " edgetooltip=" "]
  
  id_05b6b902_ae14_40ce_a4a1_624b5b575700:s -> id_2dfd6ce4_e018_45d4_ab98_290ac05c256b:n [id="id_05b6b902_ae14_40ce_a4a1_624b5b575700@id_91a80617_8f19_42d6_a414_cebe34489343" tailtooltip=" " edgetooltip=" "]
  id_2dfd6ce4_e018_45d4_ab98_290ac05c256b:s -> true_dummy_down_id_85b54377_21bd_491a_9b6e_58d6a45303af:n [id="id_2dfd6ce4_e018_45d4_ab98_290ac05c256b@id_91a80617_8f19_42d6_a414_cebe34489343" tailtooltip=" " edgetooltip=" " arrowhead=none]
  
  true_dummy_down_id_85b54377_21bd_491a_9b6e_58d6a45303af -> true_dummy_down_left_id_85b54377_21bd_491a_9b6e_58d6a45303af [id="id_2dfd6ce4_e018_45d4_ab98_290ac05c256b@id_91a80617_8f19_42d6_a414_cebe34489343" tailtooltip=" " edgetooltip=" " arrowhead=none]
  true_dummy_down_left_id_85b54377_21bd_491a_9b6e_58d6a45303af -> id_85b54377_21bd_491a_9b6e_58d6a45303af:s [id="id_2dfd6ce4_e018_45d4_ab98_290ac05c256b@id_91a80617_8f19_42d6_a414_cebe34489343" tailtooltip=" " edgetooltip=" "]
  
  ## WHILE-FALSE
  id_85b54377_21bd_491a_9b6e_58d6a45303af:w -> false_dummy_up_id_85b54377_21bd_491a_9b6e_58d6a45303af [id="id_85b54377_21bd_491a_9b6e_58d6a45303af@fun-main" tailtooltip=" " edgetooltip=" " arrowhead=none taillabel="false" fontcolor="red"]
  false_dummy_up_id_85b54377_21bd_491a_9b6e_58d6a45303af -> false_dummy_down_id_85b54377_21bd_491a_9b6e_58d6a45303af [id="id_85b54377_21bd_491a_9b6e_58d6a45303af@fun-main" tailtooltip=" " edgetooltip=" " arrowhead=none]
  false_dummy_down_id_85b54377_21bd_491a_9b6e_58d6a45303af -> end_dummy_down_id_85b54377_21bd_491a_9b6e_58d6a45303af [id="id_85b54377_21bd_491a_9b6e_58d6a45303af@fun-main" tailtooltip=" " edgetooltip=" " arrowhead=none]
  end_dummy_down_id_85b54377_21bd_491a_9b6e_58d6a45303af -> id_4565591a_8c7f_4a43_9cea_c54a42d669ff [id="id_85b54377_21bd_491a_9b6e_58d6a45303af@fun-main" tailtooltip=" " edgetooltip=" "]
  

}
