
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_97434e3a_0378_4de0_aa69_7b3264686c34 [id="id_97434e3a_0378_4de0_aa69_7b3264686c34#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_e684ddb5_1bc0_447f_82ce_4811e026b49d [id="id_e684ddb5_1bc0_447f_82ce_4811e026b49d#Declare" pos="0.0,9999.0625!" height=0.4 width=1.41 fixedsize=true group="fun-main"    label="quantia = 3" tooltip="quantia: Integer = 3" fillcolor="#015692" color="#002a3a" fontcolor="white"] 
  id_8b42fe4a_e142_4c3d_8d29_44a50fd16c62 [id="id_8b42fe4a_e142_4c3d_8d29_44a50fd16c62#Declare" pos="0.0,9998.125!" height=0.4 width=1.41 fixedsize=true group="fun-main"    label="preco = 1.5" tooltip="preco: Real = 1.5" fillcolor="#015692" color="#002a3a" fontcolor="white"] 
  id_2b6a67c8_74b0_4505_96c5_06cc7fad2b67 [id="id_2b6a67c8_74b0_4505_96c5_06cc7fad2b67#Declare" pos="0.0,9997.1875!" height=0.4 width=2.73 fixedsize=true group="fun-main"    label="total = quantia * preco" tooltip="total: Real = quantia * preco" fillcolor="#015692" color="#002a3a" fontcolor="white"] 
  id_b1c5c01f_40c3_4b37_b9c1_6289d0080956 [id="id_b1c5c01f_40c3_4b37_b9c1_6289d0080956#Output" pos="0.0,9996.25!" height=0.4 width=1.0 fixedsize=true group="fun-main"    label="total" tooltip="total" shape="trapezium" fillcolor="#015692" color="#002a3a" fontcolor="white"] 
  id_0b8b6654_0409_4190_8d7b_072c44d32528 [id="id_0b8b6654_0409_4190_8d7b_072c44d32528#Return" pos="0.0,9995.3125!" 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_97434e3a_0378_4de0_aa69_7b3264686c34:s -> id_e684ddb5_1bc0_447f_82ce_4811e026b49d:n [id="id_97434e3a_0378_4de0_aa69_7b3264686c34@fun-main" tailtooltip=" " edgetooltip=" "]
  id_e684ddb5_1bc0_447f_82ce_4811e026b49d:s -> id_8b42fe4a_e142_4c3d_8d29_44a50fd16c62:n [id="id_e684ddb5_1bc0_447f_82ce_4811e026b49d@fun-main" tailtooltip=" " edgetooltip=" "]
  id_8b42fe4a_e142_4c3d_8d29_44a50fd16c62:s -> id_2b6a67c8_74b0_4505_96c5_06cc7fad2b67:n [id="id_8b42fe4a_e142_4c3d_8d29_44a50fd16c62@fun-main" tailtooltip=" " edgetooltip=" "]
  id_2b6a67c8_74b0_4505_96c5_06cc7fad2b67:s -> id_b1c5c01f_40c3_4b37_b9c1_6289d0080956:n [id="id_2b6a67c8_74b0_4505_96c5_06cc7fad2b67@fun-main" tailtooltip=" " edgetooltip=" "]
  id_b1c5c01f_40c3_4b37_b9c1_6289d0080956:s -> id_0b8b6654_0409_4190_8d7b_072c44d32528:n [id="id_b1c5c01f_40c3_4b37_b9c1_6289d0080956@fun-main" tailtooltip=" " edgetooltip=" "]

}
