-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathEntrada_Salida.fprg
18 lines (18 loc) · 978 Bytes
/
Entrada_Salida.fprg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?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 12:39:46 PM"/>
<attribute name="created" value="THVpcyBNb25nZTtNSU5HOzIwMTktMDktMjI7MTI6Mzc6MjMgUE07MjUzMw=="/>
<attribute name="edited" value="THVpcyBNb25nZTtNSU5HOzIwMTktMDktMjI7MTI6Mzk6NDYgUE07MTsyNjQ4"/>
</attributes>
<function name="Main" type="None" variable="">
<parameters/>
<body>
<output expression=""Este simbolo es una entrada de datos, sirve para realizar preguntas, dar instrucciones, mostrar resultados. Los datos de entrada deben escribirse entre comillas, la excepción es cuando quieres mostrar el resultado de una variable"" newline="True"/>
<input variable="respuesta"/>
</body>
</function>
</flowgorithm>