
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_845c2188_d5ed_4c5a_9f75_bbb3023d2c2d [id="id_845c2188_d5ed_4c5a_9f75_bbb3023d2c2d#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_b60607ff_3000_4ba1_9a3d_167c7a3b79c8 [id="id_b60607ff_3000_4ba1_9a3d_167c7a3b79c8#Declare" pos="0.0,9999.0625!" height=0.4 width=1.0 fixedsize=true group="fun-main"    label="num = 1" tooltip="num: Integer = 1" fillcolor="#015692" color="#002a3a" fontcolor="white"] 
  id_086df056_b07b_4b71_a902_1940a5fa44e3 [id="id_086df056_b07b_4b71_a902_1940a5fa44e3#While" pos="0.0,9998.125!" height=0.5 width=1.27 fixedsize=true group="fun-main" 
    label="num<=10" tooltip="num<=10" shape="diamond" fillcolor="#ffd166" color="#8f6400" fontcolor="black"]
  
  true_dummy_up_id_086df056_b07b_4b71_a902_1940a5fa44e3 [pos="2.5,9998.125!" shape=point width=0]
  false_dummy_up_id_086df056_b07b_4b71_a902_1940a5fa44e3 [pos="-1.25,9998.125!" shape=point width=0]
  
  id_06b01d1f_f927_476d_a06c_7832fd19d0b1 [id="id_06b01d1f_f927_476d_a06c_7832fd19d0b1#If" pos="2.5,9997.1875!" height=0.5 width=1.82 fixedsize=true group="id_9ae38537_c921_4ef7_a025_f80c0db3790e" 
    label="(num % 2)==0" tooltip="(num % 2)==0" shape="diamond" fillcolor="#ffd166" color="#8f6400" fontcolor="black"]
  
  true_dummy_up_id_06b01d1f_f927_476d_a06c_7832fd19d0b1 [pos="5.0,9997.1875!" shape=point width=0]
  false_dummy_up_id_06b01d1f_f927_476d_a06c_7832fd19d0b1 [pos="1.25,9997.1875!" shape=point width=0]
  
  id_d69e7471_3388_497b_a4f1_b565484df011 [id="id_d69e7471_3388_497b_a4f1_b565484df011#Output" pos="5.0,9996.25!" height=0.4 width=2.8400000000000003 fixedsize=true group="id_5d2a91a0_f7f3_4886_8404_365f4027a938"    label="\"el numero es par\"+num" tooltip="\"el numero es par\"+num" shape="trapezium" fillcolor="#015692" color="#002a3a" fontcolor="white"] 
  
  
  true_dummy_down_id_06b01d1f_f927_476d_a06c_7832fd19d0b1 [ pos="5.0,9995.3125!" shape=point width=0]
  false_dummy_down_id_06b01d1f_f927_476d_a06c_7832fd19d0b1 [ pos="1.25,9995.3125!" shape=point width=0]
  
  end_id_06b01d1f_f927_476d_a06c_7832fd19d0b1 [id="end_id_06b01d1f_f927_476d_a06c_7832fd19d0b1#IfEnd" class="flowrun-not-selectable" pos="2.5,9995.3125!" group="id_9ae38537_c921_4ef7_a025_f80c0db3790e" fillcolor="#ffd166" color="#8f6400" fontcolor="black"
    label="" tooltip=" " shape="circle" fixedsize=true width=0.2 height=0.2]
  
  
  id_d2aa9ee5_0ffa_42ae_91d4_2af825ccae0d [id="id_d2aa9ee5_0ffa_42ae_91d4_2af825ccae0d#Assign" pos="2.5,9994.375!" height=0.4 width=1.41 fixedsize=true group="id_9ae38537_c921_4ef7_a025_f80c0db3790e"    label="num = num+1" tooltip="num = num+1" fillcolor="#002a3a" color="#001117" fontcolor="white"] 
  
  true_dummy_down_id_086df056_b07b_4b71_a902_1940a5fa44e3 [pos="2.5,9993.541666666666!" shape=point width=0]
  true_dummy_down_left_id_086df056_b07b_4b71_a902_1940a5fa44e3 [pos="0.0,9993.541666666666!" shape=point width=0]
  false_dummy_down_id_086df056_b07b_4b71_a902_1940a5fa44e3 [pos="-1.25,9993.4375!" shape=point width=0]
  end_dummy_down_id_086df056_b07b_4b71_a902_1940a5fa44e3 [pos="0.0,9993.4375!" group="fun-main" shape=point width=0]
  
  
  id_6a01607b_a12f_40b2_9172_d047fda3ed1d [id="id_6a01607b_a12f_40b2_9172_d047fda3ed1d#Return" pos="0.0,9992.5!" 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_845c2188_d5ed_4c5a_9f75_bbb3023d2c2d:s -> id_b60607ff_3000_4ba1_9a3d_167c7a3b79c8:n [id="id_845c2188_d5ed_4c5a_9f75_bbb3023d2c2d@fun-main" tailtooltip=" " edgetooltip=" "]
  id_b60607ff_3000_4ba1_9a3d_167c7a3b79c8:s -> id_086df056_b07b_4b71_a902_1940a5fa44e3:n [id="id_b60607ff_3000_4ba1_9a3d_167c7a3b79c8@fun-main" tailtooltip=" " edgetooltip=" "]
  ## WHILE-TRUE
  id_086df056_b07b_4b71_a902_1940a5fa44e3:e -> true_dummy_up_id_086df056_b07b_4b71_a902_1940a5fa44e3 [id="id_086df056_b07b_4b71_a902_1940a5fa44e3@id_9ae38537_c921_4ef7_a025_f80c0db3790e" tailtooltip=" " edgetooltip=" " arrowhead=none taillabel="true" fontcolor="forestgreen"]
  true_dummy_up_id_086df056_b07b_4b71_a902_1940a5fa44e3 -> id_06b01d1f_f927_476d_a06c_7832fd19d0b1:n [id="id_086df056_b07b_4b71_a902_1940a5fa44e3@id_9ae38537_c921_4ef7_a025_f80c0db3790e" tailtooltip=" " edgetooltip=" "]
  
  ## IF-TRUE
  id_06b01d1f_f927_476d_a06c_7832fd19d0b1:e -> true_dummy_up_id_06b01d1f_f927_476d_a06c_7832fd19d0b1 [id="id_06b01d1f_f927_476d_a06c_7832fd19d0b1@id_5d2a91a0_f7f3_4886_8404_365f4027a938" tailtooltip=" " edgetooltip=" " arrowhead=none taillabel="true" fontcolor="forestgreen"]
  true_dummy_up_id_06b01d1f_f927_476d_a06c_7832fd19d0b1 -> id_d69e7471_3388_497b_a4f1_b565484df011:n [id="id_06b01d1f_f927_476d_a06c_7832fd19d0b1@id_5d2a91a0_f7f3_4886_8404_365f4027a938" tailtooltip=" " edgetooltip=" "]
  
  id_d69e7471_3388_497b_a4f1_b565484df011:s -> true_dummy_down_id_06b01d1f_f927_476d_a06c_7832fd19d0b1:n [id="id_d69e7471_3388_497b_a4f1_b565484df011@id_5d2a91a0_f7f3_4886_8404_365f4027a938" tailtooltip=" " edgetooltip=" " arrowhead=none]
  
  true_dummy_down_id_06b01d1f_f927_476d_a06c_7832fd19d0b1 -> end_id_06b01d1f_f927_476d_a06c_7832fd19d0b1 [id="id_d69e7471_3388_497b_a4f1_b565484df011@id_5d2a91a0_f7f3_4886_8404_365f4027a938" tailtooltip=" " edgetooltip=" "]
  
  
  ## IF-FALSE
  id_06b01d1f_f927_476d_a06c_7832fd19d0b1:w -> false_dummy_up_id_06b01d1f_f927_476d_a06c_7832fd19d0b1 [id="id_06b01d1f_f927_476d_a06c_7832fd19d0b1@id_66dda4ef_68cc_4926_81a1_167eb4eb7cbf" tailtooltip=" " edgetooltip=" " arrowhead=none taillabel="false" fontcolor="red"]
  false_dummy_up_id_06b01d1f_f927_476d_a06c_7832fd19d0b1 -> false_dummy_down_id_06b01d1f_f927_476d_a06c_7832fd19d0b1:n [id="id_06b01d1f_f927_476d_a06c_7832fd19d0b1@id_66dda4ef_68cc_4926_81a1_167eb4eb7cbf" tailtooltip=" " edgetooltip=" " arrowhead=none]
  
  
  
  false_dummy_down_id_06b01d1f_f927_476d_a06c_7832fd19d0b1 -> end_id_06b01d1f_f927_476d_a06c_7832fd19d0b1 [id="id_06b01d1f_f927_476d_a06c_7832fd19d0b1@id_66dda4ef_68cc_4926_81a1_167eb4eb7cbf" tailtooltip=" " edgetooltip=" "]
  
  ## IF-END
  end_id_06b01d1f_f927_476d_a06c_7832fd19d0b1:s -> id_d2aa9ee5_0ffa_42ae_91d4_2af825ccae0d:n [id="end_id_06b01d1f_f927_476d_a06c_7832fd19d0b1@id_9ae38537_c921_4ef7_a025_f80c0db3790e" tailtooltip=" " edgetooltip=" "]
  
  
  id_d2aa9ee5_0ffa_42ae_91d4_2af825ccae0d:s -> true_dummy_down_id_086df056_b07b_4b71_a902_1940a5fa44e3:n [id="id_d2aa9ee5_0ffa_42ae_91d4_2af825ccae0d@id_9ae38537_c921_4ef7_a025_f80c0db3790e" tailtooltip=" " edgetooltip=" " arrowhead=none]
  
  true_dummy_down_id_086df056_b07b_4b71_a902_1940a5fa44e3 -> true_dummy_down_left_id_086df056_b07b_4b71_a902_1940a5fa44e3 [id="id_d2aa9ee5_0ffa_42ae_91d4_2af825ccae0d@id_9ae38537_c921_4ef7_a025_f80c0db3790e" tailtooltip=" " edgetooltip=" " arrowhead=none]
  true_dummy_down_left_id_086df056_b07b_4b71_a902_1940a5fa44e3 -> id_086df056_b07b_4b71_a902_1940a5fa44e3:s [id="id_d2aa9ee5_0ffa_42ae_91d4_2af825ccae0d@id_9ae38537_c921_4ef7_a025_f80c0db3790e" tailtooltip=" " edgetooltip=" "]
  
  ## WHILE-FALSE
  id_086df056_b07b_4b71_a902_1940a5fa44e3:w -> false_dummy_up_id_086df056_b07b_4b71_a902_1940a5fa44e3 [id="id_086df056_b07b_4b71_a902_1940a5fa44e3@fun-main" tailtooltip=" " edgetooltip=" " arrowhead=none taillabel="false" fontcolor="red"]
  false_dummy_up_id_086df056_b07b_4b71_a902_1940a5fa44e3 -> false_dummy_down_id_086df056_b07b_4b71_a902_1940a5fa44e3 [id="id_086df056_b07b_4b71_a902_1940a5fa44e3@fun-main" tailtooltip=" " edgetooltip=" " arrowhead=none]
  false_dummy_down_id_086df056_b07b_4b71_a902_1940a5fa44e3 -> end_dummy_down_id_086df056_b07b_4b71_a902_1940a5fa44e3 [id="id_086df056_b07b_4b71_a902_1940a5fa44e3@fun-main" tailtooltip=" " edgetooltip=" " arrowhead=none]
  end_dummy_down_id_086df056_b07b_4b71_a902_1940a5fa44e3 -> id_6a01607b_a12f_40b2_9172_d047fda3ed1d [id="id_086df056_b07b_4b71_a902_1940a5fa44e3@fun-main" tailtooltip=" " edgetooltip=" "]
  

}
