User Tools

Site Tools


es:continuefor

Continue For (Comando)

Formato

for t = 1 to 100
(tab)statement(s)
(tab)continue for
(tab)statement(s)
next t

Descripción

Salta a la sentencia de control(next)
Causes a for loop to jump over the remaining code to the next.

Ver También

Disponible desde la Versión

0.9.9.68

es/continuefor.txt · Last modified: 2020/02/28 10:46 (external edit)