Skip to content

Commit

Permalink
elimino uno de los ejemplo
Browse files Browse the repository at this point in the history
  • Loading branch information
jorge2985 committed Apr 30, 2021
1 parent b65bd06 commit e0391d0
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions docs/sintaxis/Condicion-Romper.rst
Original file line number Diff line number Diff line change
Expand Up @@ -85,19 +85,6 @@ Inicio de cualquier condicional que genere un bucle (**si**, **mientras**, **ran
fin
#salida: 0 1 2 3 4 5</code></pre>

.. raw:: html

<pre><code class="language-latino line-numbers">i=0
repetir
escribir(i)
si (i == 5)
romper
fin
fin
i++
hasta (i == 10)
#salida: 0 1 2 3 4 5</code></pre>

.. raw:: html

<pre><code class="language-latino line-numbers">para i en rango(0, 10)
Expand Down

0 comments on commit e0391d0

Please sign in to comment.