
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_12e67719_abf7_4a24_be42_23da26878951 [id="id_12e67719_abf7_4a24_be42_23da26878951#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_807b551e_d0d1_4a08_8929_2505115d516d [id="id_807b551e_d0d1_4a08_8929_2505115d516d#Declare" pos="0.0,9999.0625!" height=0.4 width=1.74 fixedsize=true group="fun-main"    label="ValorDolar = 0" tooltip="ValorDolar: Real = 0" fillcolor="#015692" color="#002a3a" fontcolor="white"] 
  id_38045665_4e7c_4979_b738_18d2c29df6c3 [id="id_38045665_4e7c_4979_b738_18d2c29df6c3#Declare" pos="0.0,9998.125!" height=0.4 width=2.5100000000000002 fixedsize=true group="fun-main"    label="ValordeChilenos = 900" tooltip="ValordeChilenos: Integer = 900" fillcolor="#015692" color="#002a3a" fontcolor="white"] 
  id_11f77dc8_9ce2_456e_bf43_734905248ed1 [id="id_11f77dc8_9ce2_456e_bf43_734905248ed1#Declare" pos="0.0,9997.1875!" height=0.4 width=4.49 fixedsize=true group="fun-main"    label="ValorTotal = ValorDolar*ValordeChilenos" tooltip="ValorTotal: Real = ValorDolar*ValordeChilenos" fillcolor="#015692" color="#002a3a" fontcolor="white"] 
  id_dc7e79ac_553b_4657_8afe_9778235133e6 [id="id_dc7e79ac_553b_4657_8afe_9778235133e6#Input" pos="0.0,9996.25!" height=0.4 width=1.3 fixedsize=true group="fun-main"    label="ValorDolar" tooltip="ValorDolar" shape="invtrapezium" fillcolor="#015692" color="#002a3a" fontcolor="white"] 
  id_208b6c14_9cb8_42f1_b65e_00ade1642a5d [id="id_208b6c14_9cb8_42f1_b65e_00ade1642a5d#Assign" pos="0.0,9995.3125!" height=0.4 width=4.49 fixedsize=true group="fun-main"    label="ValorTotal = ValorDolar*ValordeChilenos" tooltip="ValorTotal = ValorDolar*ValordeChilenos" fillcolor="#002a3a" color="#001117" fontcolor="white"] 
  id_ca0aea19_0d77_4238_948d_c2a6bb819c3c [id="id_ca0aea19_0d77_4238_948d_c2a6bb819c3c#Output" pos="0.0,9994.375!" height=0.4 width=5.8100000000000005 fixedsize=true group="fun-main"    label="\"El Resultado del Valor del Dolar es \"*ValorTotal" tooltip="\"El Resultado del Valor del Dolar es \"*ValorTotal" shape="trapezium" fillcolor="#015692" color="#002a3a" fontcolor="white"] 
  id_0d495440_d942_472d_a2c5_97e051905826 [id="id_0d495440_d942_472d_a2c5_97e051905826#Return" pos="0.0,9993.4375!" 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_12e67719_abf7_4a24_be42_23da26878951:s -> id_807b551e_d0d1_4a08_8929_2505115d516d:n [id="id_12e67719_abf7_4a24_be42_23da26878951@fun-main" tailtooltip=" " edgetooltip=" "]
  id_807b551e_d0d1_4a08_8929_2505115d516d:s -> id_38045665_4e7c_4979_b738_18d2c29df6c3:n [id="id_807b551e_d0d1_4a08_8929_2505115d516d@fun-main" tailtooltip=" " edgetooltip=" "]
  id_38045665_4e7c_4979_b738_18d2c29df6c3:s -> id_11f77dc8_9ce2_456e_bf43_734905248ed1:n [id="id_38045665_4e7c_4979_b738_18d2c29df6c3@fun-main" tailtooltip=" " edgetooltip=" "]
  id_11f77dc8_9ce2_456e_bf43_734905248ed1:s -> id_dc7e79ac_553b_4657_8afe_9778235133e6:n [id="id_11f77dc8_9ce2_456e_bf43_734905248ed1@fun-main" tailtooltip=" " edgetooltip=" "]
  id_dc7e79ac_553b_4657_8afe_9778235133e6:s -> id_208b6c14_9cb8_42f1_b65e_00ade1642a5d:n [id="id_dc7e79ac_553b_4657_8afe_9778235133e6@fun-main" tailtooltip=" " edgetooltip=" "]
  id_208b6c14_9cb8_42f1_b65e_00ade1642a5d:s -> id_ca0aea19_0d77_4238_948d_c2a6bb819c3c:n [id="id_208b6c14_9cb8_42f1_b65e_00ade1642a5d@fun-main" tailtooltip=" " edgetooltip=" "]
  id_ca0aea19_0d77_4238_948d_c2a6bb819c3c:s -> id_0d495440_d942_472d_a2c5_97e051905826:n [id="id_ca0aea19_0d77_4238_948d_c2a6bb819c3c@fun-main" tailtooltip=" " edgetooltip=" "]

}
