-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathEstructuradeControl.fprg
27 lines (27 loc) · 1.18 KB
/
EstructuradeControl.fprg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<?xml version="1.0"?>
<flowgorithm fileversion="2.11">
<attributes>
<attribute name="name" value=""/>
<attribute name="authors" value="Luis Monge"/>
<attribute name="about" value=""/>
<attribute name="saved" value="2019-09-22 02:02:57 PM"/>
<attribute name="created" value="THVpcyBNb25nZTtNSU5HOzIwMTktMDktMjI7MTI6NDc6MjggUE07MjUzOQ=="/>
<attribute name="edited" value="THVpcyBNb25nZTtNSU5HOzIwMTktMDktMjI7MDI6MDI6NTcgUE07MTsyNjM5"/>
</attributes>
<function name="Main" type="None" variable="">
<parameters/>
<body>
<declare name="respuesta" type="String" array="False" size=""/>
<output expression=""¿Cómo estas?"" newline="True"/>
<input variable="respuesta"/>
<if expression="respuesta=="mal"">
<then>
<output expression=""Ir al médico"" newline="True"/>
</then>
<else>
<output expression=""Aprovecha y diviertete con tus amigos!!!"" newline="True"/>
</else>
</if>
</body>
</function>
</flowgorithm>