
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_ea7e6886_966b_40a7_9541_bfecd66df799 [id="id_ea7e6886_966b_40a7_9541_bfecd66df799#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_c809dc91_d914_4ac3_9da2_f4989618bd81 [id="id_c809dc91_d914_4ac3_9da2_f4989618bd81#Declare" pos="0.0,9999.0625!" height=0.4 width=1.0 fixedsize=true group="fun-main"    label="name" tooltip="name: String" fillcolor="#015692" color="#002a3a" fontcolor="white"] 
  id_d4d145e1_6efb_4c2b_917b_163b6573435d [id="id_d4d145e1_6efb_4c2b_917b_163b6573435d#Declare" pos="0.0,9998.125!" height=0.4 width=1.0 fixedsize=true group="fun-main"    label="age" tooltip="age: Real" fillcolor="#015692" color="#002a3a" fontcolor="white"] 
  id_847847ce_c83c_4fd6_acec_7815712ea16e [id="id_847847ce_c83c_4fd6_acec_7815712ea16e#Output" pos="0.0,9997.1875!" height=0.4 width=2.62 fixedsize=true group="fun-main"    label="\"What is your name?\"" tooltip="\"What is your name?\"" shape="trapezium" fillcolor="#015692" color="#002a3a" fontcolor="white"] 
  id_5311e4f4_5d54_4755_801a_32e954b3aa52 [id="id_5311e4f4_5d54_4755_801a_32e954b3aa52#Input" pos="0.0,9996.25!" height=0.4 width=1.0 fixedsize=true group="fun-main"    label="name" tooltip="name" shape="invtrapezium" fillcolor="#015692" color="#002a3a" fontcolor="white"] 
  id_ff8b44c0_19e1_4cc5_9d42_e16702c19f5e [id="id_ff8b44c0_19e1_4cc5_9d42_e16702c19f5e#Output" pos="0.0,9995.3125!" height=0.4 width=2.4000000000000004 fixedsize=true group="fun-main"    label="\"How old are you?\"" tooltip="\"How old are you?\"" shape="trapezium" fillcolor="#015692" color="#002a3a" fontcolor="white"] 
  id_2dd64fb5_450f_4a0e_a2b2_530bbc43dc29 [id="id_2dd64fb5_450f_4a0e_a2b2_530bbc43dc29#Input" pos="0.0,9994.375!" height=0.4 width=1.0 fixedsize=true group="fun-main"    label="age" tooltip="age" shape="invtrapezium" fillcolor="#015692" color="#002a3a" fontcolor="white"] 
  id_34f3967e_3b5e_4c64_9da4_a89365023a59 [id="id_34f3967e_3b5e_4c64_9da4_a89365023a59#If" pos="0.0,9993.4375!" height=0.5 width=1.1600000000000001 fixedsize=true group="fun-main" 
    label="age==0" tooltip="age==0" shape="diamond" fillcolor="#ffd166" color="#8f6400" fontcolor="black"]
  
  true_dummy_up_id_34f3967e_3b5e_4c64_9da4_a89365023a59 [pos="1.25,9993.4375!" shape=point width=0]
  false_dummy_up_id_34f3967e_3b5e_4c64_9da4_a89365023a59 [pos="-7.5,9993.4375!" shape=point width=0]
  
  
  id_2aca9682_03cc_4155_8727_b6d7a3c91c09 [id="id_2aca9682_03cc_4155_8727_b6d7a3c91c09#If" pos="-7.5,9992.5!" height=0.5 width=1.27 fixedsize=true group="id_e38824e2_dcb7_4730_8d51_3ba84b207876" 
    label="age>=18" tooltip="age>=18" shape="diamond" fillcolor="#ffd166" color="#8f6400" fontcolor="black"]
  
  true_dummy_up_id_2aca9682_03cc_4155_8727_b6d7a3c91c09 [pos="-3.75,9992.5!" shape=point width=0]
  false_dummy_up_id_2aca9682_03cc_4155_8727_b6d7a3c91c09 [pos="-10.0,9992.5!" shape=point width=0]
  
  id_25423465_9370_424a_8327_e2f7a2977d15 [id="id_25423465_9370_424a_8327_e2f7a2977d15#Output" pos="-3.75,9991.5625!" height=0.4 width=4.38 fixedsize=true group="id_ff30a5f6_660d_4ca1_ae36_9b834bf4a58f"    label="\"Hello \"+name+\" you are an adult.\"" tooltip="\"Hello \"+name+\" you are an adult.\"" shape="trapezium" fillcolor="#015692" color="#002a3a" fontcolor="white"] 
  id_164e4f5a_4dd0_4303_9505_d70fa202495d [id="id_164e4f5a_4dd0_4303_9505_d70fa202495d#Output" pos="-10.0,9991.5625!" height=0.4 width=4.2700000000000005 fixedsize=true group="id_526b8d20_5c09_454d_ab6a_bb7360edcfc5"    label="\"Hello \"+name+\" you are a minor.\"" tooltip="\"Hello \"+name+\" you are a minor.\"" shape="trapezium" fillcolor="#015692" color="#002a3a" fontcolor="white"] 
  
  true_dummy_down_id_2aca9682_03cc_4155_8727_b6d7a3c91c09 [ pos="-3.75,9990.625!" shape=point width=0]
  false_dummy_down_id_2aca9682_03cc_4155_8727_b6d7a3c91c09 [ pos="-10.0,9990.625!" shape=point width=0]
  
  end_id_2aca9682_03cc_4155_8727_b6d7a3c91c09 [id="end_id_2aca9682_03cc_4155_8727_b6d7a3c91c09#IfEnd" class="flowrun-not-selectable" pos="-7.5,9990.625!" group="id_e38824e2_dcb7_4730_8d51_3ba84b207876" fillcolor="#ffd166" color="#8f6400" fontcolor="black"
    label="" tooltip=" " shape="circle" fixedsize=true width=0.2 height=0.2]
  
  
  
  true_dummy_down_id_34f3967e_3b5e_4c64_9da4_a89365023a59 [ pos="1.25,9989.6875!" shape=point width=0]
  false_dummy_down_id_34f3967e_3b5e_4c64_9da4_a89365023a59 [ pos="-7.5,9989.6875!" shape=point width=0]
  
  end_id_34f3967e_3b5e_4c64_9da4_a89365023a59 [id="end_id_34f3967e_3b5e_4c64_9da4_a89365023a59#IfEnd" class="flowrun-not-selectable" pos="0.0,9989.6875!" group="fun-main" fillcolor="#ffd166" color="#8f6400" fontcolor="black"
    label="" tooltip=" " shape="circle" fixedsize=true width=0.2 height=0.2]
  
  
  id_45327a31_34d6_4ab7_953d_df350f25d1d3 [id="id_45327a31_34d6_4ab7_953d_df350f25d1d3#Return" pos="0.0,9988.75!" 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_ea7e6886_966b_40a7_9541_bfecd66df799:s -> id_c809dc91_d914_4ac3_9da2_f4989618bd81:n [id="id_ea7e6886_966b_40a7_9541_bfecd66df799@fun-main" tailtooltip=" " edgetooltip=" "]
  id_c809dc91_d914_4ac3_9da2_f4989618bd81:s -> id_d4d145e1_6efb_4c2b_917b_163b6573435d:n [id="id_c809dc91_d914_4ac3_9da2_f4989618bd81@fun-main" tailtooltip=" " edgetooltip=" "]
  id_d4d145e1_6efb_4c2b_917b_163b6573435d:s -> id_847847ce_c83c_4fd6_acec_7815712ea16e:n [id="id_d4d145e1_6efb_4c2b_917b_163b6573435d@fun-main" tailtooltip=" " edgetooltip=" "]
  id_847847ce_c83c_4fd6_acec_7815712ea16e:s -> id_5311e4f4_5d54_4755_801a_32e954b3aa52:n [id="id_847847ce_c83c_4fd6_acec_7815712ea16e@fun-main" tailtooltip=" " edgetooltip=" "]
  id_5311e4f4_5d54_4755_801a_32e954b3aa52:s -> id_ff8b44c0_19e1_4cc5_9d42_e16702c19f5e:n [id="id_5311e4f4_5d54_4755_801a_32e954b3aa52@fun-main" tailtooltip=" " edgetooltip=" "]
  id_ff8b44c0_19e1_4cc5_9d42_e16702c19f5e:s -> id_2dd64fb5_450f_4a0e_a2b2_530bbc43dc29:n [id="id_ff8b44c0_19e1_4cc5_9d42_e16702c19f5e@fun-main" tailtooltip=" " edgetooltip=" "]
  id_2dd64fb5_450f_4a0e_a2b2_530bbc43dc29:s -> id_34f3967e_3b5e_4c64_9da4_a89365023a59:n [id="id_2dd64fb5_450f_4a0e_a2b2_530bbc43dc29@fun-main" tailtooltip=" " edgetooltip=" "]
  ## IF-TRUE
  id_34f3967e_3b5e_4c64_9da4_a89365023a59:e -> true_dummy_up_id_34f3967e_3b5e_4c64_9da4_a89365023a59 [id="id_34f3967e_3b5e_4c64_9da4_a89365023a59@id_230746d1_a47b_4b6d_9dbb_0a1e47605f63" tailtooltip=" " edgetooltip=" " arrowhead=none taillabel="true" fontcolor="forestgreen"]
  true_dummy_up_id_34f3967e_3b5e_4c64_9da4_a89365023a59 -> true_dummy_down_id_34f3967e_3b5e_4c64_9da4_a89365023a59:n [id="id_34f3967e_3b5e_4c64_9da4_a89365023a59@id_230746d1_a47b_4b6d_9dbb_0a1e47605f63" tailtooltip=" " edgetooltip=" " arrowhead=none]
  
  
  
  true_dummy_down_id_34f3967e_3b5e_4c64_9da4_a89365023a59 -> end_id_34f3967e_3b5e_4c64_9da4_a89365023a59 [id="id_34f3967e_3b5e_4c64_9da4_a89365023a59@id_230746d1_a47b_4b6d_9dbb_0a1e47605f63" tailtooltip=" " edgetooltip=" "]
  
  
  ## IF-FALSE
  id_34f3967e_3b5e_4c64_9da4_a89365023a59:w -> false_dummy_up_id_34f3967e_3b5e_4c64_9da4_a89365023a59 [id="id_34f3967e_3b5e_4c64_9da4_a89365023a59@id_e38824e2_dcb7_4730_8d51_3ba84b207876" tailtooltip=" " edgetooltip=" " arrowhead=none taillabel="false" fontcolor="red"]
  false_dummy_up_id_34f3967e_3b5e_4c64_9da4_a89365023a59 -> id_2aca9682_03cc_4155_8727_b6d7a3c91c09:n [id="id_34f3967e_3b5e_4c64_9da4_a89365023a59@id_e38824e2_dcb7_4730_8d51_3ba84b207876" tailtooltip=" " edgetooltip=" "]
  
  ## IF-TRUE
  id_2aca9682_03cc_4155_8727_b6d7a3c91c09:e -> true_dummy_up_id_2aca9682_03cc_4155_8727_b6d7a3c91c09 [id="id_2aca9682_03cc_4155_8727_b6d7a3c91c09@id_ff30a5f6_660d_4ca1_ae36_9b834bf4a58f" tailtooltip=" " edgetooltip=" " arrowhead=none taillabel="true" fontcolor="forestgreen"]
  true_dummy_up_id_2aca9682_03cc_4155_8727_b6d7a3c91c09 -> id_25423465_9370_424a_8327_e2f7a2977d15:n [id="id_2aca9682_03cc_4155_8727_b6d7a3c91c09@id_ff30a5f6_660d_4ca1_ae36_9b834bf4a58f" tailtooltip=" " edgetooltip=" "]
  
  id_25423465_9370_424a_8327_e2f7a2977d15:s -> true_dummy_down_id_2aca9682_03cc_4155_8727_b6d7a3c91c09:n [id="id_25423465_9370_424a_8327_e2f7a2977d15@id_ff30a5f6_660d_4ca1_ae36_9b834bf4a58f" tailtooltip=" " edgetooltip=" " arrowhead=none]
  
  true_dummy_down_id_2aca9682_03cc_4155_8727_b6d7a3c91c09 -> end_id_2aca9682_03cc_4155_8727_b6d7a3c91c09 [id="id_25423465_9370_424a_8327_e2f7a2977d15@id_ff30a5f6_660d_4ca1_ae36_9b834bf4a58f" tailtooltip=" " edgetooltip=" "]
  
  
  ## IF-FALSE
  id_2aca9682_03cc_4155_8727_b6d7a3c91c09:w -> false_dummy_up_id_2aca9682_03cc_4155_8727_b6d7a3c91c09 [id="id_2aca9682_03cc_4155_8727_b6d7a3c91c09@id_526b8d20_5c09_454d_ab6a_bb7360edcfc5" tailtooltip=" " edgetooltip=" " arrowhead=none taillabel="false" fontcolor="red"]
  false_dummy_up_id_2aca9682_03cc_4155_8727_b6d7a3c91c09 -> id_164e4f5a_4dd0_4303_9505_d70fa202495d:n [id="id_2aca9682_03cc_4155_8727_b6d7a3c91c09@id_526b8d20_5c09_454d_ab6a_bb7360edcfc5" tailtooltip=" " edgetooltip=" "]
  
  id_164e4f5a_4dd0_4303_9505_d70fa202495d:s -> false_dummy_down_id_2aca9682_03cc_4155_8727_b6d7a3c91c09:n [id="id_164e4f5a_4dd0_4303_9505_d70fa202495d@id_526b8d20_5c09_454d_ab6a_bb7360edcfc5" tailtooltip=" " edgetooltip=" " arrowhead=none]
  
  false_dummy_down_id_2aca9682_03cc_4155_8727_b6d7a3c91c09 -> end_id_2aca9682_03cc_4155_8727_b6d7a3c91c09 [id="id_164e4f5a_4dd0_4303_9505_d70fa202495d@id_526b8d20_5c09_454d_ab6a_bb7360edcfc5" tailtooltip=" " edgetooltip=" "]
  
  ## IF-END
  end_id_2aca9682_03cc_4155_8727_b6d7a3c91c09:s -> false_dummy_down_id_34f3967e_3b5e_4c64_9da4_a89365023a59:n [id="end_id_2aca9682_03cc_4155_8727_b6d7a3c91c09@id_e38824e2_dcb7_4730_8d51_3ba84b207876" tailtooltip=" " edgetooltip=" " arrowhead=none]
  
  
  
  false_dummy_down_id_34f3967e_3b5e_4c64_9da4_a89365023a59 -> end_id_34f3967e_3b5e_4c64_9da4_a89365023a59 [id="id_2aca9682_03cc_4155_8727_b6d7a3c91c09@id_e38824e2_dcb7_4730_8d51_3ba84b207876" tailtooltip=" " edgetooltip=" "]
  
  ## IF-END
  end_id_34f3967e_3b5e_4c64_9da4_a89365023a59:s -> id_45327a31_34d6_4ab7_953d_df350f25d1d3:n [id="end_id_34f3967e_3b5e_4c64_9da4_a89365023a59@fun-main" tailtooltip=" " edgetooltip=" "]
  

}
