
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_b5e1f0e0_d4af_497e_9249_266b88b3a405 [id="id_b5e1f0e0_d4af_497e_9249_266b88b3a405#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_7b47de91_a99b_40d6_bb7a_887fadf709a2 [id="id_7b47de91_a99b_40d6_bb7a_887fadf709a2#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"] 
  id_3a81d4a2_27d6_47ce_a78f_2cd40bc26865 [id="id_3a81d4a2_27d6_47ce_a78f_2cd40bc26865#While" pos="0.0,9998.125!" height=0.5 width=1.05 fixedsize=true group="fun-main" 
    label="x<=20" tooltip="x<=20" shape="diamond" fillcolor="#ffd166" color="#8f6400" fontcolor="black"]
  
  true_dummy_up_id_3a81d4a2_27d6_47ce_a78f_2cd40bc26865 [pos="1.25,9998.125!" shape=point width=0]
  false_dummy_up_id_3a81d4a2_27d6_47ce_a78f_2cd40bc26865 [pos="-1.25,9998.125!" shape=point width=0]
  
  id_4fce5e1a_e2fe_444b_bef4_5b2969f6aaf3 [id="id_4fce5e1a_e2fe_444b_bef4_5b2969f6aaf3#Output" pos="1.25,9997.1875!" height=0.4 width=1.0 fixedsize=true group="id_ea84cc2b_d846_4a8c_a25d_82f3ce98acaa"    label="x" tooltip="x" shape="trapezium" fillcolor="#015692" color="#002a3a" fontcolor="white"] 
  id_f226b22f_366d_4512_a7b5_da859f04a826 [id="id_f226b22f_366d_4512_a7b5_da859f04a826#Assign" pos="1.25,9996.25!" height=0.4 width=1.0 fixedsize=true group="id_ea84cc2b_d846_4a8c_a25d_82f3ce98acaa"    label="x = x+1" tooltip="x = x+1" fillcolor="#002a3a" color="#001117" fontcolor="white"] 
  
  true_dummy_down_id_3a81d4a2_27d6_47ce_a78f_2cd40bc26865 [pos="1.25,9995.416666666666!" shape=point width=0]
  true_dummy_down_left_id_3a81d4a2_27d6_47ce_a78f_2cd40bc26865 [pos="0.0,9995.416666666666!" shape=point width=0]
  false_dummy_down_id_3a81d4a2_27d6_47ce_a78f_2cd40bc26865 [pos="-1.25,9995.3125!" shape=point width=0]
  end_dummy_down_id_3a81d4a2_27d6_47ce_a78f_2cd40bc26865 [pos="0.0,9995.3125!" group="fun-main" shape=point width=0]
  
  
  id_43c1d2b5_388a_4be9_aee7_c30be96af0e5 [id="id_43c1d2b5_388a_4be9_aee7_c30be96af0e5#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_b5e1f0e0_d4af_497e_9249_266b88b3a405:s -> id_7b47de91_a99b_40d6_bb7a_887fadf709a2:n [id="id_b5e1f0e0_d4af_497e_9249_266b88b3a405@fun-main" tailtooltip=" " edgetooltip=" "]
  id_7b47de91_a99b_40d6_bb7a_887fadf709a2:s -> id_3a81d4a2_27d6_47ce_a78f_2cd40bc26865:n [id="id_7b47de91_a99b_40d6_bb7a_887fadf709a2@fun-main" tailtooltip=" " edgetooltip=" "]
  ## WHILE-TRUE
  id_3a81d4a2_27d6_47ce_a78f_2cd40bc26865:e -> true_dummy_up_id_3a81d4a2_27d6_47ce_a78f_2cd40bc26865 [id="id_3a81d4a2_27d6_47ce_a78f_2cd40bc26865@id_ea84cc2b_d846_4a8c_a25d_82f3ce98acaa" tailtooltip=" " edgetooltip=" " arrowhead=none taillabel="true" fontcolor="forestgreen"]
  true_dummy_up_id_3a81d4a2_27d6_47ce_a78f_2cd40bc26865 -> id_4fce5e1a_e2fe_444b_bef4_5b2969f6aaf3:n [id="id_3a81d4a2_27d6_47ce_a78f_2cd40bc26865@id_ea84cc2b_d846_4a8c_a25d_82f3ce98acaa" tailtooltip=" " edgetooltip=" "]
  
  id_4fce5e1a_e2fe_444b_bef4_5b2969f6aaf3:s -> id_f226b22f_366d_4512_a7b5_da859f04a826:n [id="id_4fce5e1a_e2fe_444b_bef4_5b2969f6aaf3@id_ea84cc2b_d846_4a8c_a25d_82f3ce98acaa" tailtooltip=" " edgetooltip=" "]
  id_f226b22f_366d_4512_a7b5_da859f04a826:s -> true_dummy_down_id_3a81d4a2_27d6_47ce_a78f_2cd40bc26865:n [id="id_f226b22f_366d_4512_a7b5_da859f04a826@id_ea84cc2b_d846_4a8c_a25d_82f3ce98acaa" tailtooltip=" " edgetooltip=" " arrowhead=none]
  
  true_dummy_down_id_3a81d4a2_27d6_47ce_a78f_2cd40bc26865 -> true_dummy_down_left_id_3a81d4a2_27d6_47ce_a78f_2cd40bc26865 [id="id_f226b22f_366d_4512_a7b5_da859f04a826@id_ea84cc2b_d846_4a8c_a25d_82f3ce98acaa" tailtooltip=" " edgetooltip=" " arrowhead=none]
  true_dummy_down_left_id_3a81d4a2_27d6_47ce_a78f_2cd40bc26865 -> id_3a81d4a2_27d6_47ce_a78f_2cd40bc26865:s [id="id_f226b22f_366d_4512_a7b5_da859f04a826@id_ea84cc2b_d846_4a8c_a25d_82f3ce98acaa" tailtooltip=" " edgetooltip=" "]
  
  ## WHILE-FALSE
  id_3a81d4a2_27d6_47ce_a78f_2cd40bc26865:w -> false_dummy_up_id_3a81d4a2_27d6_47ce_a78f_2cd40bc26865 [id="id_3a81d4a2_27d6_47ce_a78f_2cd40bc26865@fun-main" tailtooltip=" " edgetooltip=" " arrowhead=none taillabel="false" fontcolor="red"]
  false_dummy_up_id_3a81d4a2_27d6_47ce_a78f_2cd40bc26865 -> false_dummy_down_id_3a81d4a2_27d6_47ce_a78f_2cd40bc26865 [id="id_3a81d4a2_27d6_47ce_a78f_2cd40bc26865@fun-main" tailtooltip=" " edgetooltip=" " arrowhead=none]
  false_dummy_down_id_3a81d4a2_27d6_47ce_a78f_2cd40bc26865 -> end_dummy_down_id_3a81d4a2_27d6_47ce_a78f_2cd40bc26865 [id="id_3a81d4a2_27d6_47ce_a78f_2cd40bc26865@fun-main" tailtooltip=" " edgetooltip=" " arrowhead=none]
  end_dummy_down_id_3a81d4a2_27d6_47ce_a78f_2cd40bc26865 -> id_43c1d2b5_388a_4be9_aee7_c30be96af0e5 [id="id_3a81d4a2_27d6_47ce_a78f_2cd40bc26865@fun-main" tailtooltip=" " edgetooltip=" "]
  

}
