
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_a483b9c1_dccb_4467_9a2a_5965d5052e93 [id="id_a483b9c1_dccb_4467_9a2a_5965d5052e93#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_b0c9333a_1c49_44b2_88dc_053623c211cd [id="id_b0c9333a_1c49_44b2_88dc_053623c211cd#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_f6e555b8_5c55_486d_b489_aaa0639f2708 [id="id_f6e555b8_5c55_486d_b489_aaa0639f2708#Declare" pos="0.0,9998.125!" height=0.4 width=1.0 fixedsize=true group="fun-main"    label="y" tooltip="y: Integer" fillcolor="#015692" color="#002a3a" fontcolor="white"] 
  id_e8f23165_4789_40f1_bd13_57c41e26d0b5 [id="id_e8f23165_4789_40f1_bd13_57c41e26d0b5#Assign" pos="0.0,9997.1875!" height=0.4 width=1.0 fixedsize=true group="fun-main"    label="x = 2" tooltip="x = 2" fillcolor="#002a3a" color="#001117" fontcolor="white"] 
  id_33695da3_2a1f_47d3_868e_2a10e71baf7a [id="id_33695da3_2a1f_47d3_868e_2a10e71baf7a#Assign" pos="0.0,9996.25!" height=0.4 width=1.0 fixedsize=true group="fun-main"    label="y = x+x" tooltip="y = x+x" fillcolor="#002a3a" color="#001117" fontcolor="white"] 
  id_ad23ead6_48bd_48af_9fe2_8bf782365d0a [id="id_ad23ead6_48bd_48af_9fe2_8bf782365d0a#While" pos="0.0,9995.3125!" height=0.5 width=1.1600000000000001 fixedsize=true group="fun-main" 
    label="x<1025" tooltip="x<1025" shape="diamond" fillcolor="#ffd166" color="#8f6400" fontcolor="black"]
  
  true_dummy_up_id_ad23ead6_48bd_48af_9fe2_8bf782365d0a [pos="1.25,9995.3125!" shape=point width=0]
  false_dummy_up_id_ad23ead6_48bd_48af_9fe2_8bf782365d0a [pos="-1.25,9995.3125!" shape=point width=0]
  
  id_eb302f91_6cf4_45c9_aa03_432fcd6693f0 [id="id_eb302f91_6cf4_45c9_aa03_432fcd6693f0#Output" pos="1.25,9994.375!" height=0.4 width=1.0 fixedsize=true group="id_48e1c926_e4fe_4f1e_b826_2cf07f389004"    label="x" tooltip="x" shape="trapezium" fillcolor="#015692" color="#002a3a" fontcolor="white"] 
  id_3cccf122_b320_475f_a764_e96d552f43b1 [id="id_3cccf122_b320_475f_a764_e96d552f43b1#Assign" pos="1.25,9993.4375!" height=0.4 width=1.0 fixedsize=true group="id_48e1c926_e4fe_4f1e_b826_2cf07f389004"    label="x = x+x" tooltip="x = x+x" fillcolor="#002a3a" color="#001117" fontcolor="white"] 
  
  true_dummy_down_id_ad23ead6_48bd_48af_9fe2_8bf782365d0a [pos="1.25,9992.604166666666!" shape=point width=0]
  true_dummy_down_left_id_ad23ead6_48bd_48af_9fe2_8bf782365d0a [pos="0.0,9992.604166666666!" shape=point width=0]
  false_dummy_down_id_ad23ead6_48bd_48af_9fe2_8bf782365d0a [pos="-1.25,9992.5!" shape=point width=0]
  end_dummy_down_id_ad23ead6_48bd_48af_9fe2_8bf782365d0a [pos="0.0,9992.5!" group="fun-main" shape=point width=0]
  
  
  id_da180ae3_ff52_4e24_b23e_c24eddc5d267 [id="id_da180ae3_ff52_4e24_b23e_c24eddc5d267#Return" pos="0.0,9991.5625!" 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_a483b9c1_dccb_4467_9a2a_5965d5052e93:s -> id_b0c9333a_1c49_44b2_88dc_053623c211cd:n [id="id_a483b9c1_dccb_4467_9a2a_5965d5052e93@fun-main" tailtooltip=" " edgetooltip=" "]
  id_b0c9333a_1c49_44b2_88dc_053623c211cd:s -> id_f6e555b8_5c55_486d_b489_aaa0639f2708:n [id="id_b0c9333a_1c49_44b2_88dc_053623c211cd@fun-main" tailtooltip=" " edgetooltip=" "]
  id_f6e555b8_5c55_486d_b489_aaa0639f2708:s -> id_e8f23165_4789_40f1_bd13_57c41e26d0b5:n [id="id_f6e555b8_5c55_486d_b489_aaa0639f2708@fun-main" tailtooltip=" " edgetooltip=" "]
  id_e8f23165_4789_40f1_bd13_57c41e26d0b5:s -> id_33695da3_2a1f_47d3_868e_2a10e71baf7a:n [id="id_e8f23165_4789_40f1_bd13_57c41e26d0b5@fun-main" tailtooltip=" " edgetooltip=" "]
  id_33695da3_2a1f_47d3_868e_2a10e71baf7a:s -> id_ad23ead6_48bd_48af_9fe2_8bf782365d0a:n [id="id_33695da3_2a1f_47d3_868e_2a10e71baf7a@fun-main" tailtooltip=" " edgetooltip=" "]
  ## WHILE-TRUE
  id_ad23ead6_48bd_48af_9fe2_8bf782365d0a:e -> true_dummy_up_id_ad23ead6_48bd_48af_9fe2_8bf782365d0a [id="id_ad23ead6_48bd_48af_9fe2_8bf782365d0a@id_48e1c926_e4fe_4f1e_b826_2cf07f389004" tailtooltip=" " edgetooltip=" " arrowhead=none taillabel="true" fontcolor="forestgreen"]
  true_dummy_up_id_ad23ead6_48bd_48af_9fe2_8bf782365d0a -> id_eb302f91_6cf4_45c9_aa03_432fcd6693f0:n [id="id_ad23ead6_48bd_48af_9fe2_8bf782365d0a@id_48e1c926_e4fe_4f1e_b826_2cf07f389004" tailtooltip=" " edgetooltip=" "]
  
  id_eb302f91_6cf4_45c9_aa03_432fcd6693f0:s -> id_3cccf122_b320_475f_a764_e96d552f43b1:n [id="id_eb302f91_6cf4_45c9_aa03_432fcd6693f0@id_48e1c926_e4fe_4f1e_b826_2cf07f389004" tailtooltip=" " edgetooltip=" "]
  id_3cccf122_b320_475f_a764_e96d552f43b1:s -> true_dummy_down_id_ad23ead6_48bd_48af_9fe2_8bf782365d0a:n [id="id_3cccf122_b320_475f_a764_e96d552f43b1@id_48e1c926_e4fe_4f1e_b826_2cf07f389004" tailtooltip=" " edgetooltip=" " arrowhead=none]
  
  true_dummy_down_id_ad23ead6_48bd_48af_9fe2_8bf782365d0a -> true_dummy_down_left_id_ad23ead6_48bd_48af_9fe2_8bf782365d0a [id="id_3cccf122_b320_475f_a764_e96d552f43b1@id_48e1c926_e4fe_4f1e_b826_2cf07f389004" tailtooltip=" " edgetooltip=" " arrowhead=none]
  true_dummy_down_left_id_ad23ead6_48bd_48af_9fe2_8bf782365d0a -> id_ad23ead6_48bd_48af_9fe2_8bf782365d0a:s [id="id_3cccf122_b320_475f_a764_e96d552f43b1@id_48e1c926_e4fe_4f1e_b826_2cf07f389004" tailtooltip=" " edgetooltip=" "]
  
  ## WHILE-FALSE
  id_ad23ead6_48bd_48af_9fe2_8bf782365d0a:w -> false_dummy_up_id_ad23ead6_48bd_48af_9fe2_8bf782365d0a [id="id_ad23ead6_48bd_48af_9fe2_8bf782365d0a@fun-main" tailtooltip=" " edgetooltip=" " arrowhead=none taillabel="false" fontcolor="red"]
  false_dummy_up_id_ad23ead6_48bd_48af_9fe2_8bf782365d0a -> false_dummy_down_id_ad23ead6_48bd_48af_9fe2_8bf782365d0a [id="id_ad23ead6_48bd_48af_9fe2_8bf782365d0a@fun-main" tailtooltip=" " edgetooltip=" " arrowhead=none]
  false_dummy_down_id_ad23ead6_48bd_48af_9fe2_8bf782365d0a -> end_dummy_down_id_ad23ead6_48bd_48af_9fe2_8bf782365d0a [id="id_ad23ead6_48bd_48af_9fe2_8bf782365d0a@fun-main" tailtooltip=" " edgetooltip=" " arrowhead=none]
  end_dummy_down_id_ad23ead6_48bd_48af_9fe2_8bf782365d0a -> id_da180ae3_ff52_4e24_b23e_c24eddc5d267 [id="id_ad23ead6_48bd_48af_9fe2_8bf782365d0a@fun-main" tailtooltip=" " edgetooltip=" "]
  

}
