
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_af278dcd_385e_41b8_b66d_cbdf1d88bbfd [id="id_af278dcd_385e_41b8_b66d_cbdf1d88bbfd#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_7db6fbb2_fcef_4aee_b1af_fba4814681ac [id="id_7db6fbb2_fcef_4aee_b1af_fba4814681ac#Output" pos="0.0,9999.0625!" height=0.4 width=2.29 fixedsize=true group="fun-main"    label="\"Bill Calculator\"" tooltip="\"Bill Calculator\"" shape="trapezium" fillcolor="#015692" color="#002a3a" fontcolor="white"] 
  id_2f9b4313_af27_45d1_9efc_753c37d63206 [id="id_2f9b4313_af27_45d1_9efc_753c37d63206#Declare" pos="0.0,9998.125!" height=0.4 width=1.08 fixedsize=true group="fun-main"    label="bill = 0" tooltip="bill: Real = 0" fillcolor="#015692" color="#002a3a" fontcolor="white"] 
  id_d4abe1fa_fd26_4ac6_a74b_e9fe0a2fe6a5 [id="id_d4abe1fa_fd26_4ac6_a74b_e9fe0a2fe6a5#Declare" pos="0.0,9997.1875!" height=0.4 width=1.19 fixedsize=true group="fun-main"    label="price = 0" tooltip="price: Real = 0" fillcolor="#015692" color="#002a3a" fontcolor="white"] 
  end_id_1561a90a_fc16_4470_b03f_b76529bd45ac [id="end_id_1561a90a_fc16_4470_b03f_b76529bd45ac#DoWhileEndId" class="flowrun-not-selectable" pos="0.0,9996.25!" group="fun-main" 
    label="" tooltip=" " shape="circle" fixedsize=true width=0.2 height=0.2 fillcolor="#ffd166" color="#8f6400" fontcolor="black"]
  
  id_579c19d7_fb32_4db5_a674_fce5bc796ee1 [id="id_579c19d7_fb32_4db5_a674_fce5bc796ee1#Input" pos="0.0,9995.3125!" height=0.4 width=1.0 fixedsize=true group="id_30935a41_af26_4443_8015_070fb7653ba6"    label="price" tooltip="price" shape="invtrapezium" fillcolor="#015692" color="#002a3a" fontcolor="white"] 
  id_c23f95fc_5324_436f_aa5e_8325f26cc758 [id="id_c23f95fc_5324_436f_aa5e_8325f26cc758#Assign" pos="0.0,9994.375!" height=0.4 width=2.29 fixedsize=true group="id_30935a41_af26_4443_8015_070fb7653ba6"    label="bill = bill + price" tooltip="bill = bill + price" fillcolor="#002a3a" color="#001117" fontcolor="white"] 
  
  id_1561a90a_fc16_4470_b03f_b76529bd45ac [id="id_1561a90a_fc16_4470_b03f_b76529bd45ac#DoWhile" pos="0.0,9993.4375!" height=0.5 width=2.59 fixedsize=true group="fun-main" 
  label="bill!= bill + price" tooltip="bill!= bill + price" shape="diamond" fillcolor="#ffd166" color="#8f6400" fontcolor="black"]
  
  true_dummy_up_id_1561a90a_fc16_4470_b03f_b76529bd45ac [pos="3.75,9996.25!" shape=point width=0]
  true_dummy_down_id_1561a90a_fc16_4470_b03f_b76529bd45ac [pos="3.75,9993.4375!" shape=point width=0]
  
  
  id_62a7b395_fd27_4476_9ea3_e512a4cc5521 [id="id_62a7b395_fd27_4476_9ea3_e512a4cc5521#Output" pos="0.0,9992.5!" height=0.4 width=1.0 fixedsize=true group="fun-main"    label="bill" tooltip="bill" shape="trapezium" fillcolor="#015692" color="#002a3a" fontcolor="white"] 
  id_cb671da0_e6f1_42f8_972f_8d4790a6c856 [id="id_cb671da0_e6f1_42f8_972f_8d4790a6c856#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_af278dcd_385e_41b8_b66d_cbdf1d88bbfd:s -> id_7db6fbb2_fcef_4aee_b1af_fba4814681ac:n [id="id_af278dcd_385e_41b8_b66d_cbdf1d88bbfd@fun-main" tailtooltip=" " edgetooltip=" "]
  id_7db6fbb2_fcef_4aee_b1af_fba4814681ac:s -> id_2f9b4313_af27_45d1_9efc_753c37d63206:n [id="id_7db6fbb2_fcef_4aee_b1af_fba4814681ac@fun-main" tailtooltip=" " edgetooltip=" "]
  id_2f9b4313_af27_45d1_9efc_753c37d63206:s -> id_d4abe1fa_fd26_4ac6_a74b_e9fe0a2fe6a5:n [id="id_2f9b4313_af27_45d1_9efc_753c37d63206@fun-main" tailtooltip=" " edgetooltip=" "]
  id_d4abe1fa_fd26_4ac6_a74b_e9fe0a2fe6a5:s -> end_id_1561a90a_fc16_4470_b03f_b76529bd45ac:n [id="id_d4abe1fa_fd26_4ac6_a74b_e9fe0a2fe6a5@fun-main" tailtooltip=" " edgetooltip=" "]
  ## DOWHILE-BODY
  end_id_1561a90a_fc16_4470_b03f_b76529bd45ac -> id_579c19d7_fb32_4db5_a674_fce5bc796ee1 [id="id_1561a90a_fc16_4470_b03f_b76529bd45ac@id_30935a41_af26_4443_8015_070fb7653ba6" tailtooltip=" " edgetooltip=" " ]
  id_579c19d7_fb32_4db5_a674_fce5bc796ee1:s -> id_c23f95fc_5324_436f_aa5e_8325f26cc758:n [id="id_579c19d7_fb32_4db5_a674_fce5bc796ee1@id_30935a41_af26_4443_8015_070fb7653ba6" tailtooltip=" " edgetooltip=" "]
  id_c23f95fc_5324_436f_aa5e_8325f26cc758:s -> id_1561a90a_fc16_4470_b03f_b76529bd45ac:n [id="id_c23f95fc_5324_436f_aa5e_8325f26cc758@id_30935a41_af26_4443_8015_070fb7653ba6" tailtooltip=" " edgetooltip=" "]
  
  ## DOWHILE-TRUE
  id_1561a90a_fc16_4470_b03f_b76529bd45ac:e -> true_dummy_down_id_1561a90a_fc16_4470_b03f_b76529bd45ac [tailtooltip=" " edgetooltip=" " arrowhead=none taillabel="true" fontcolor="forestgreen" labelangle=90]
  true_dummy_down_id_1561a90a_fc16_4470_b03f_b76529bd45ac -> true_dummy_up_id_1561a90a_fc16_4470_b03f_b76529bd45ac [tailtooltip=" " edgetooltip=" " arrowhead=none]
  true_dummy_up_id_1561a90a_fc16_4470_b03f_b76529bd45ac -> end_id_1561a90a_fc16_4470_b03f_b76529bd45ac:e [ tailtooltip=" " edgetooltip=" "]
  
  ## DOWHILE-FALSE
  id_1561a90a_fc16_4470_b03f_b76529bd45ac:s -> id_62a7b395_fd27_4476_9ea3_e512a4cc5521 [id="id_1561a90a_fc16_4470_b03f_b76529bd45ac@fun-main" tailtooltip=" " edgetooltip=" " taillabel="false" fontcolor="red" labeldistance=2 labelangle=-80]
  
  
  id_62a7b395_fd27_4476_9ea3_e512a4cc5521:s -> id_cb671da0_e6f1_42f8_972f_8d4790a6c856:n [id="id_62a7b395_fd27_4476_9ea3_e512a4cc5521@fun-main" tailtooltip=" " edgetooltip=" "]

}
