User Tools

Site Tools


es:continuefor

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

es:continuefor [2016/01/01 22:42]
es:continuefor [2020/02/28 10:46] (current)
Line 1: Line 1:
 +===== 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 ====
 +
 +{{page>en:start#Program Control&noheader}}
 +
 +
 +==== Disponible desde la Versión ==== 
 +
 +0.9.9.68
es/continuefor.txt · Last modified: 2020/02/28 10:46 (external edit)