User Tools

Site Tools


es:continuewhile

Differences

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

Link to this comparison view

es:continuewhile [2016/01/01 22:42]
es:continuewhile [2020/02/28 10:46] (current)
Line 1: Line 1:
 +===== Continue While (Comando) =====
  
 +==== Formato ====
 +
 +//while boolean_expr//\\
 +(tab)//statement(s)//\\
 +(tab)**continue while**\\
 +(tab)//statement(s)//\\
 +//end while//
 +
 +==== Descripción ====
 +
 +Salta al final del bucle \\  
 +Causes a while loop to jump over the remaining code bacl to the top of the loop.
 +
 +==== Ver También ====
 +
 +{{page>en:start#Program Control&noheader}}
 +
 +
 +==== Disponible desde la Versión ==== 
 +
 +0.9.9.68