Skip to content

Commit

Permalink
se corregió parte del manual de romper
Browse files Browse the repository at this point in the history
  • Loading branch information
jorge2985 committed Apr 30, 2021
1 parent 9dbd760 commit f9efb23
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/sintaxis/Condicion-Romper.rst
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,9 @@ Inicio de cualquier condicional que genere un bucle (**si**, **mientras**, **ran
escribir(i)
si (i == 5)
romper
fin
i++
fin
i++
fin
#salida: 0 1 2 3 4 5</code></pre>

Expand Down

0 comments on commit f9efb23

Please sign in to comment.