
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_6014cdfb_eac8_4105_ad66_3e8545fec502 [id="id_6014cdfb_eac8_4105_ad66_3e8545fec502#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_5161c28b_6afe_4142_aefc_044f1f0ce24a [id="id_5161c28b_6afe_4142_aefc_044f1f0ce24a#Declare" pos="0.0,9999.0625!" height=0.4 width=1.0 fixedsize=true group="fun-main"    label="x = 5" tooltip="x: Integer = 5" fillcolor="#015692" color="#002a3a" fontcolor="white"] 
  id_88ce7e56_b6ad_4f09_99b2_875591d31c48 [id="id_88ce7e56_b6ad_4f09_99b2_875591d31c48#Declare" pos="0.0,9998.125!" height=0.4 width=1.0 fixedsize=true group="fun-main"    label="y = 1" tooltip="y: Integer = 1" fillcolor="#015692" color="#002a3a" fontcolor="white"] 
  id_4584bf03_91f5_4b5c_a62c_0c85ce25d67f [id="id_4584bf03_91f5_4b5c_a62c_0c85ce25d67f#While" pos="0.0,9997.1875!" height=0.5 width=1.0 fixedsize=true group="fun-main" 
    label="x>=1" tooltip="x>=1" shape="diamond" fillcolor="#ffd166" color="#8f6400" fontcolor="black"]
  
  true_dummy_up_id_4584bf03_91f5_4b5c_a62c_0c85ce25d67f [pos="1.25,9997.1875!" shape=point width=0]
  false_dummy_up_id_4584bf03_91f5_4b5c_a62c_0c85ce25d67f [pos="-1.25,9997.1875!" shape=point width=0]
  
  id_1c126045_69f6_4672_80e3_738793d3547c [id="id_1c126045_69f6_4672_80e3_738793d3547c#Assign" pos="1.25,9996.25!" height=0.4 width=1.0 fixedsize=true group="id_8a380f24_c0cc_467d_8774_03bcf9f82026"    label="y = y*x" tooltip="y = y*x" fillcolor="#002a3a" color="#001117" fontcolor="white"] 
  id_1cc9568e_c885_478c_88db_416875fbea52 [id="id_1cc9568e_c885_478c_88db_416875fbea52#Assign" pos="1.25,9995.3125!" height=0.4 width=1.0 fixedsize=true group="id_8a380f24_c0cc_467d_8774_03bcf9f82026"    label="x = x-1" tooltip="x = x-1" fillcolor="#002a3a" color="#001117" fontcolor="white"] 
  
  true_dummy_down_id_4584bf03_91f5_4b5c_a62c_0c85ce25d67f [pos="1.25,9994.479166666666!" shape=point width=0]
  true_dummy_down_left_id_4584bf03_91f5_4b5c_a62c_0c85ce25d67f [pos="0.0,9994.479166666666!" shape=point width=0]
  false_dummy_down_id_4584bf03_91f5_4b5c_a62c_0c85ce25d67f [pos="-1.25,9994.375!" shape=point width=0]
  end_dummy_down_id_4584bf03_91f5_4b5c_a62c_0c85ce25d67f [pos="0.0,9994.375!" group="fun-main" shape=point width=0]
  
  
  id_dd12d291_5c0b_4c8d_aa3a_5b00b9a4ebdf [id="id_dd12d291_5c0b_4c8d_aa3a_5b00b9a4ebdf#Output" pos="0.0,9993.4375!" height=0.4 width=7.57 fixedsize=true group="fun-main"    label="\"\"+ \"5\"+\"x\"+\"4\"+\"x\"+\"3\"+\"x\"+\"2\"+\"x\"+\"1\"+\"=\"+y" tooltip="\"\"+ \"5\"+\"x\"+\"4\"+\"x\"+\"3\"+\"x\"+\"2\"+\"x\"+\"1\"+\"=\"+y" shape="trapezium" fillcolor="#015692" color="#002a3a" fontcolor="white"] 
  id_f3d6e7a6_abc5_4e4b_a373_e740ab11a0a9 [id="id_f3d6e7a6_abc5_4e4b_a373_e740ab11a0a9#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_6014cdfb_eac8_4105_ad66_3e8545fec502:s -> id_5161c28b_6afe_4142_aefc_044f1f0ce24a:n [id="id_6014cdfb_eac8_4105_ad66_3e8545fec502@fun-main" tailtooltip=" " edgetooltip=" "]
  id_5161c28b_6afe_4142_aefc_044f1f0ce24a:s -> id_88ce7e56_b6ad_4f09_99b2_875591d31c48:n [id="id_5161c28b_6afe_4142_aefc_044f1f0ce24a@fun-main" tailtooltip=" " edgetooltip=" "]
  id_88ce7e56_b6ad_4f09_99b2_875591d31c48:s -> id_4584bf03_91f5_4b5c_a62c_0c85ce25d67f:n [id="id_88ce7e56_b6ad_4f09_99b2_875591d31c48@fun-main" tailtooltip=" " edgetooltip=" "]
  ## WHILE-TRUE
  id_4584bf03_91f5_4b5c_a62c_0c85ce25d67f:e -> true_dummy_up_id_4584bf03_91f5_4b5c_a62c_0c85ce25d67f [id="id_4584bf03_91f5_4b5c_a62c_0c85ce25d67f@id_8a380f24_c0cc_467d_8774_03bcf9f82026" tailtooltip=" " edgetooltip=" " arrowhead=none taillabel="true" fontcolor="forestgreen"]
  true_dummy_up_id_4584bf03_91f5_4b5c_a62c_0c85ce25d67f -> id_1c126045_69f6_4672_80e3_738793d3547c:n [id="id_4584bf03_91f5_4b5c_a62c_0c85ce25d67f@id_8a380f24_c0cc_467d_8774_03bcf9f82026" tailtooltip=" " edgetooltip=" "]
  
  id_1c126045_69f6_4672_80e3_738793d3547c:s -> id_1cc9568e_c885_478c_88db_416875fbea52:n [id="id_1c126045_69f6_4672_80e3_738793d3547c@id_8a380f24_c0cc_467d_8774_03bcf9f82026" tailtooltip=" " edgetooltip=" "]
  id_1cc9568e_c885_478c_88db_416875fbea52:s -> true_dummy_down_id_4584bf03_91f5_4b5c_a62c_0c85ce25d67f:n [id="id_1cc9568e_c885_478c_88db_416875fbea52@id_8a380f24_c0cc_467d_8774_03bcf9f82026" tailtooltip=" " edgetooltip=" " arrowhead=none]
  
  true_dummy_down_id_4584bf03_91f5_4b5c_a62c_0c85ce25d67f -> true_dummy_down_left_id_4584bf03_91f5_4b5c_a62c_0c85ce25d67f [id="id_1cc9568e_c885_478c_88db_416875fbea52@id_8a380f24_c0cc_467d_8774_03bcf9f82026" tailtooltip=" " edgetooltip=" " arrowhead=none]
  true_dummy_down_left_id_4584bf03_91f5_4b5c_a62c_0c85ce25d67f -> id_4584bf03_91f5_4b5c_a62c_0c85ce25d67f:s [id="id_1cc9568e_c885_478c_88db_416875fbea52@id_8a380f24_c0cc_467d_8774_03bcf9f82026" tailtooltip=" " edgetooltip=" "]
  
  ## WHILE-FALSE
  id_4584bf03_91f5_4b5c_a62c_0c85ce25d67f:w -> false_dummy_up_id_4584bf03_91f5_4b5c_a62c_0c85ce25d67f [id="id_4584bf03_91f5_4b5c_a62c_0c85ce25d67f@fun-main" tailtooltip=" " edgetooltip=" " arrowhead=none taillabel="false" fontcolor="red"]
  false_dummy_up_id_4584bf03_91f5_4b5c_a62c_0c85ce25d67f -> false_dummy_down_id_4584bf03_91f5_4b5c_a62c_0c85ce25d67f [id="id_4584bf03_91f5_4b5c_a62c_0c85ce25d67f@fun-main" tailtooltip=" " edgetooltip=" " arrowhead=none]
  false_dummy_down_id_4584bf03_91f5_4b5c_a62c_0c85ce25d67f -> end_dummy_down_id_4584bf03_91f5_4b5c_a62c_0c85ce25d67f [id="id_4584bf03_91f5_4b5c_a62c_0c85ce25d67f@fun-main" tailtooltip=" " edgetooltip=" " arrowhead=none]
  end_dummy_down_id_4584bf03_91f5_4b5c_a62c_0c85ce25d67f -> id_dd12d291_5c0b_4c8d_aa3a_5b00b9a4ebdf [id="id_4584bf03_91f5_4b5c_a62c_0c85ce25d67f@fun-main" tailtooltip=" " edgetooltip=" "]
  
  
  id_dd12d291_5c0b_4c8d_aa3a_5b00b9a4ebdf:s -> id_f3d6e7a6_abc5_4e4b_a373_e740ab11a0a9:n [id="id_dd12d291_5c0b_4c8d_aa3a_5b00b9a4ebdf@fun-main" tailtooltip=" " edgetooltip=" "]

}
