
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_0c8dacd9_676f_478b_8bdd_6c7fa445ea8a [id="id_0c8dacd9_676f_478b_8bdd_6c7fa445ea8a#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_3fed77aa_42eb_4e10_be68_35ef63135173 [id="id_3fed77aa_42eb_4e10_be68_35ef63135173#Declare" pos="0.0,9999.0625!" height=0.4 width=1.0 fixedsize=true group="fun-main"    label="z = 1" tooltip="z: Integer = 1" fillcolor="#015692" color="#002a3a" fontcolor="white"] 
  id_95050e1b_b31c_4765_9250_29454f5b0054 [id="id_95050e1b_b31c_4765_9250_29454f5b0054#While" pos="0.0,9998.125!" height=0.5 width=1.1600000000000001 fixedsize=true group="fun-main" 
    label="z <= 5" tooltip="z <= 5" shape="diamond" fillcolor="#ffd166" color="#8f6400" fontcolor="black"]
  
  true_dummy_up_id_95050e1b_b31c_4765_9250_29454f5b0054 [pos="1.25,9998.125!" shape=point width=0]
  false_dummy_up_id_95050e1b_b31c_4765_9250_29454f5b0054 [pos="-1.25,9998.125!" shape=point width=0]
  
  id_2cc2fb21_4229_468f_9dfc_41c61063ebec [id="id_2cc2fb21_4229_468f_9dfc_41c61063ebec#Output" pos="1.25,9997.1875!" height=0.4 width=1.0 fixedsize=true group="id_61f8a212_390a_4a62_addc_2b294c1798fc"    label="z" tooltip="z" shape="trapezium" fillcolor="#015692" color="#002a3a" fontcolor="white"] 
  id_58b0cd9a_219c_465c_913b_d76e0a856723 [id="id_58b0cd9a_219c_465c_913b_d76e0a856723#Assign" pos="1.25,9996.25!" height=0.4 width=1.0 fixedsize=true group="id_61f8a212_390a_4a62_addc_2b294c1798fc"    label="z = z+1" tooltip="z = z+1" fillcolor="#002a3a" color="#001117" fontcolor="white"] 
  
  true_dummy_down_id_95050e1b_b31c_4765_9250_29454f5b0054 [pos="1.25,9995.416666666666!" shape=point width=0]
  true_dummy_down_left_id_95050e1b_b31c_4765_9250_29454f5b0054 [pos="0.0,9995.416666666666!" shape=point width=0]
  false_dummy_down_id_95050e1b_b31c_4765_9250_29454f5b0054 [pos="-1.25,9995.3125!" shape=point width=0]
  end_dummy_down_id_95050e1b_b31c_4765_9250_29454f5b0054 [pos="0.0,9995.3125!" group="fun-main" shape=point width=0]
  
  
  id_66bbcffe_2fe6_4149_8cd3_7f5db6dc8979 [id="id_66bbcffe_2fe6_4149_8cd3_7f5db6dc8979#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_0c8dacd9_676f_478b_8bdd_6c7fa445ea8a:s -> id_3fed77aa_42eb_4e10_be68_35ef63135173:n [id="id_0c8dacd9_676f_478b_8bdd_6c7fa445ea8a@fun-main" tailtooltip=" " edgetooltip=" "]
  id_3fed77aa_42eb_4e10_be68_35ef63135173:s -> id_95050e1b_b31c_4765_9250_29454f5b0054:n [id="id_3fed77aa_42eb_4e10_be68_35ef63135173@fun-main" tailtooltip=" " edgetooltip=" "]
  ## WHILE-TRUE
  id_95050e1b_b31c_4765_9250_29454f5b0054:e -> true_dummy_up_id_95050e1b_b31c_4765_9250_29454f5b0054 [id="id_95050e1b_b31c_4765_9250_29454f5b0054@id_61f8a212_390a_4a62_addc_2b294c1798fc" tailtooltip=" " edgetooltip=" " arrowhead=none taillabel="true" fontcolor="forestgreen"]
  true_dummy_up_id_95050e1b_b31c_4765_9250_29454f5b0054 -> id_2cc2fb21_4229_468f_9dfc_41c61063ebec:n [id="id_95050e1b_b31c_4765_9250_29454f5b0054@id_61f8a212_390a_4a62_addc_2b294c1798fc" tailtooltip=" " edgetooltip=" "]
  
  id_2cc2fb21_4229_468f_9dfc_41c61063ebec:s -> id_58b0cd9a_219c_465c_913b_d76e0a856723:n [id="id_2cc2fb21_4229_468f_9dfc_41c61063ebec@id_61f8a212_390a_4a62_addc_2b294c1798fc" tailtooltip=" " edgetooltip=" "]
  id_58b0cd9a_219c_465c_913b_d76e0a856723:s -> true_dummy_down_id_95050e1b_b31c_4765_9250_29454f5b0054:n [id="id_58b0cd9a_219c_465c_913b_d76e0a856723@id_61f8a212_390a_4a62_addc_2b294c1798fc" tailtooltip=" " edgetooltip=" " arrowhead=none]
  
  true_dummy_down_id_95050e1b_b31c_4765_9250_29454f5b0054 -> true_dummy_down_left_id_95050e1b_b31c_4765_9250_29454f5b0054 [id="id_58b0cd9a_219c_465c_913b_d76e0a856723@id_61f8a212_390a_4a62_addc_2b294c1798fc" tailtooltip=" " edgetooltip=" " arrowhead=none]
  true_dummy_down_left_id_95050e1b_b31c_4765_9250_29454f5b0054 -> id_95050e1b_b31c_4765_9250_29454f5b0054:s [id="id_58b0cd9a_219c_465c_913b_d76e0a856723@id_61f8a212_390a_4a62_addc_2b294c1798fc" tailtooltip=" " edgetooltip=" "]
  
  ## WHILE-FALSE
  id_95050e1b_b31c_4765_9250_29454f5b0054:w -> false_dummy_up_id_95050e1b_b31c_4765_9250_29454f5b0054 [id="id_95050e1b_b31c_4765_9250_29454f5b0054@fun-main" tailtooltip=" " edgetooltip=" " arrowhead=none taillabel="false" fontcolor="red"]
  false_dummy_up_id_95050e1b_b31c_4765_9250_29454f5b0054 -> false_dummy_down_id_95050e1b_b31c_4765_9250_29454f5b0054 [id="id_95050e1b_b31c_4765_9250_29454f5b0054@fun-main" tailtooltip=" " edgetooltip=" " arrowhead=none]
  false_dummy_down_id_95050e1b_b31c_4765_9250_29454f5b0054 -> end_dummy_down_id_95050e1b_b31c_4765_9250_29454f5b0054 [id="id_95050e1b_b31c_4765_9250_29454f5b0054@fun-main" tailtooltip=" " edgetooltip=" " arrowhead=none]
  end_dummy_down_id_95050e1b_b31c_4765_9250_29454f5b0054 -> id_66bbcffe_2fe6_4149_8cd3_7f5db6dc8979 [id="id_95050e1b_b31c_4765_9250_29454f5b0054@fun-main" tailtooltip=" " edgetooltip=" "]
  

}
